github: add reminders to PR template
[fio.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
3e1d3f2f
VF
1Please confirm that your commit message(s) follow these guidelines:
2
31. First line is a commit title, a descriptive one-liner for the change
42. Empty second line
53. Commit message body that explains why the change is useful. Break lines that
6 aren't something like a URL at 72-74 chars.
74. Empty line
85. Signed-off-by: Real Name <real@email.com>
cf9c8b52
VF
9
10Reminders:
11
121. If you modify struct thread_options, also make corresponding changes in
13 cconv.c and bump FIO_SERVER_VER in server.h
142. If you change the ioengine interface (hooks, flags, etc), remember to bump
15 FIO_IOOPS_VERSION in ioengines.h.