Skip to content

Commit 67072d9

Browse files
authored
docs: add update changelog as part of pull request instructions (#1384)
Now that we have a changelog, add a reminder to update it as part of PRs.
1 parent 7d16af6 commit 67072d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PR Instructions/requirements
22
* Title uses `type: description` format. See CONTRIBUTING.md for types.
3-
* Common types are: build, docs, feat, fix, refactor, revert, test
3+
* Common types are: build, docs, feat, fix, refactor, revert, test
4+
* Update `CHANGELOG.md` as applicable
45
* Breaking changes include "!" after the type and a "BREAKING CHANGES:"
56
section at the bottom.
67
* Body text describes:

0 commit comments

Comments
 (0)