From: Vincent Fu Date: Wed, 27 Jul 2022 15:43:53 +0000 (+0000) Subject: .github: add pull request template X-Git-Tag: test-tag-2022-08-09~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3e1d3f2fc4a5f09174f0d6d70d036285d69f17c2;p=fio.git .github: add pull request template We frequently remind contributors about expectations for commit messages. Add a template so that guidelines show up when contributors open a pull request on GitHub. Signed-off-by: Vincent Fu --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..4d98a694 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +Please confirm that your commit message(s) follow these guidelines: + +1. First line is a commit title, a descriptive one-liner for the change +2. Empty second line +3. Commit message body that explains why the change is useful. Break lines that + aren't something like a URL at 72-74 chars. +4. Empty line +5. Signed-off-by: Real Name