Skip to content

Commit

Permalink
chore: add conventional commits template (canonical#4593)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored Nov 15, 2023
1 parent 29ed5f5 commit 8c275a1
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
## Proposed Commit Message
<!-- Include a proposed commit message because all PRs are squash merged -->
<!-- Include a proposed commit message because PRs are squash merged
by default.
See https://www.conventionalcommits.org/en/v1.0.0/#specification
for our commit message convention.
If the change is related to a particular cloud or particular distro,
please include the "optional scope" in the summary line. E.g.,
feat(ec2): Add support for foo to the baz
Types used by this project:
feat, fix, docs, ci, test, refactor, chore
-->
```
summary: no more than 70 characters
<type>(optional scope): <summary> # no more than 72 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.
made if the summary line is insufficient. This should be wrapped at
72 characters.
If you need to write multiple paragraphs, feel free.
Expand All @@ -32,5 +42,6 @@ that apply. -->
- [ ] I have updated or added any [documentation](https://cloudinit.readthedocs.io/en/latest/development/contribute_docs.html) accordingly

## Merge type

- [x] Squash merge using "Proposed Commit Message"
- [ ] Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

0 comments on commit 8c275a1

Please sign in to comment.