github: add reminders to PR template
authorVincent Fu <vincent.fu@samsung.com>
Wed, 17 Apr 2024 19:28:31 +0000 (15:28 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 17 Apr 2024 19:28:31 +0000 (15:28 -0400)
Remind contributors to bump the server version and ioengine ops version
when appropriate.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/PULL_REQUEST_TEMPLATE.md

index 4d98a6946c90973537ffa1e7e981a77bfadc1cc1..6cead5b3facac46d984ce72e083f46270543127d 100644 (file)
@@ -6,3 +6,10 @@ Please confirm that your commit message(s) follow these guidelines:
    aren't something like a URL at 72-74 chars.
 4. Empty line
 5. Signed-off-by: Real Name <real@email.com>
+
+Reminders:
+
+1. If you modify struct thread_options, also make corresponding changes in
+   cconv.c and bump FIO_SERVER_VER in server.h
+2. If you change the ioengine interface (hooks, flags, etc), remember to bump
+   FIO_IOOPS_VERSION in ioengines.h.