Skip to content

Commit fd6c9c2

Browse files
committed
updated pull request template
1 parent b13725f commit fd6c9c2

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
## Pull Request Checklist
2-
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) doc
3-
- [ ] My code follows the code style of this project
1+
## I have done the following to make this PR ready for review:
2+
- [ ] I have updated the `requirements.txt` file (if appropriate)
3+
- [ ] I have re-based my branch on the latest master branch
44
- [ ] I have added necessary documentation (if appropriate)
55
- [ ] I have **commented my code**, particularly in hard-to-understand areas
6+
7+
## For the reviewer, make sure this PR meets these criteria before merging:
8+
- [ ] New code has comments
9+
- [ ] New code has tests (if appropriate)
10+
- [ ] New code has documentation (if appropriate)
11+
- [ ] New code has been reviewed by at least one other person

0 commit comments

Comments
 (0)