We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13725f commit fd6c9c2Copy full SHA for fd6c9c2
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -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
+## I have done the following to make this PR ready for review:
+- [ ] I have updated the `requirements.txt` file (if appropriate)
+- [ ] I have re-based my branch on the latest master branch
4
- [ ] I have added necessary documentation (if appropriate)
5
- [ ] 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