The following changes since commit 5b99196735a245224ec9321f796a9da30654ae6c: README: add maintainer section (2022-07-27 21:04:31 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 3e1d3f2fc4a5f09174f0d6d70d036285d69f17c2: .github: add pull request template (2022-07-28 11:00:04 -0400) ---------------------------------------------------------------- Vincent Fu (1): .github: add pull request template .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md --- Diff of recent changes: 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 <real@xxxxxxxxx>