Skip to content

Commit

Permalink
github: add reminders to PR template
Browse files Browse the repository at this point in the history
Remind contributors to bump the server version and ioengine ops version
when appropriate.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Apr 17, 2024
1 parent f7a630d commit cf9c8b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit cf9c8b5

Please sign in to comment.