Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 000c188

Browse files
authored
Merge pull request #1941 from codysoyland/pr-template-changelog
Add changelog steps to PR template
2 parents 140c26c + 357f0bb commit 000c188

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Fixes #
1212
- [ ] I have resolved any merge conflicts.
1313
- [ ] I have included tests that cover my changes.
1414
- [ ] All new and existing tests pass.
15+
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
16+
- [ ] Add appropriate changelog label to PR (if applicable).
1517

1618
## Code review checklist
1719
This is the checklist that the reviewer will follow while reviewing your pull request. You do not need to do anything with this checklist, but be aware of what the reviewer will be looking for.
@@ -22,3 +24,5 @@ This is the checklist that the reviewer will follow while reviewing your pull re
2224
- [ ] Check that tests have been written and that they cover the new functionality.
2325
- [ ] Run tests and ensure they pass.
2426
- [ ] Build and run the code, performing any applicable integration testing.
27+
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
28+
- [ ] Make sure PR is tagged with appropriate changelog label.

0 commit comments

Comments
 (0)