diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-18 12:40:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 12:40:01 -0500 |
commit | 3c076f4cd1e7110883c723b163bfc9ca8f9d3f7b (patch) | |
tree | e9188f784b0bccb1f51eb09524f5bfd50ada53b7 | |
parent | fad919aa2c894abaa3af88aed1e064c1220937fe (diff) | |
download | vyos-cloud-init-3c076f4cd1e7110883c723b163bfc9ca8f9d3f7b.tar.gz vyos-cloud-init-3c076f4cd1e7110883c723b163bfc9ca8f9d3f7b.zip |
PULL_REQUEST_TEMPLATE.md: use backticks around commit message (#736)
This makes it easier to copy/paste commit messages prepared elsewhere
into the GitHub UI (and also means that the formatting in the GH UI more
closely matches how the commit message will be consumed elsewhere).
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2b59d10a..0aa97dd4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,19 @@ ## 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) +``` +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 --> |