mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Add changelog steps to PR template
This commit is contained in:
parent
140c26ceec
commit
357f0bbf8c
1 changed files with 4 additions and 0 deletions
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -12,6 +12,8 @@ Fixes #
|
|||
- [ ] I have resolved any merge conflicts.
|
||||
- [ ] I have included tests that cover my changes.
|
||||
- [ ] All new and existing tests pass.
|
||||
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
|
||||
- [ ] Add appropriate changelog label to PR (if applicable).
|
||||
|
||||
## Code review checklist
|
||||
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
|
|||
- [ ] Check that tests have been written and that they cover the new functionality.
|
||||
- [ ] Run tests and ensure they pass.
|
||||
- [ ] Build and run the code, performing any applicable integration testing.
|
||||
- [ ] Make sure PR title conforms to convention in CHANGELOG.md.
|
||||
- [ ] Make sure PR is tagged with appropriate changelog label.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue