From 3e1d3f2fc4a5f09174f0d6d70d036285d69f17c2 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 27 Jul 2022 15:43:53 +0000 Subject: [PATCH] .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 --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 -- 2.25.1