summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-11-04 08:31:10 -0500
committerGitHub <noreply@github.com>2020-11-04 08:31:10 -0500
commitd1c01c1df94e07afd3843e31b1e1ce670cf07387 (patch)
tree68c32834459b199223b24550acad950fe788b6ea /.github/PULL_REQUEST_TEMPLATE.md
parent8dfd8801ab1329efe066876c037f71a73dcf3de1 (diff)
downloadvyos-cloud-init-d1c01c1df94e07afd3843e31b1e1ce670cf07387.tar.gz
vyos-cloud-init-d1c01c1df94e07afd3843e31b1e1ce670cf07387.zip
PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)
Make it a little easier for people to understand what we're looking for in a commit message.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4314b9da..2b59d10a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,18 @@
## Proposed Commit Message
<!-- Include a proposed commit message because all PRs are squash merged -->
+> summary: no more than 70 characters
+>
+> A description of what the change being made is and why it is being
+> made, if the summary line is insufficient. The blank line above is
+> required. This should be wrapped at 72 characters, but otherwise has
+> no particular length requirements.
+>
+> If you need to write multiple paragraphs, feel free.
+>
+> LP: #NNNNNNN (replace with the appropriate bug reference or remove
+> this line entirely if there is no associated bug)
+
## Additional Context
<!-- If relevant -->