Skip to content

Commit

Permalink
docs: add update changelog as part of pull request instructions (#1384)
Browse files Browse the repository at this point in the history
Now that we have a changelog, add a reminder to update it as part of
PRs.
  • Loading branch information
rickeylev authored Aug 21, 2023
1 parent 7d16af6 commit 67072d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PR Instructions/requirements
* Title uses `type: description` format. See CONTRIBUTING.md for types.
* Common types are: build, docs, feat, fix, refactor, revert, test
* Common types are: build, docs, feat, fix, refactor, revert, test
* Update `CHANGELOG.md` as applicable
* Breaking changes include "!" after the type and a "BREAKING CHANGES:"
section at the bottom.
* Body text describes:
Expand Down

0 comments on commit 67072d9

Please sign in to comment.