Skip to content

Commit cb38c52

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent a119dfa commit cb38c52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Thank you for your contribution! Before submitting this PR, please make sure:
2+
3+
- [ ] The unit test suite runs without any errors or warnings
4+
- If the unit test suite fails, and you believe the failure is due to the test suite, please let us know in your PR description
5+
- We recommend using `nose` to run the unit test suite with the command:
6+
```
7+
nosetests -v --with-coverage --cover-package=chip8
8+
```
9+
- [ ] You have followed [PEP 8 Style Guidelines](https://www.python.org/dev/peps/pep-0008/)
10+
- [ ] You have run [pylint](https://www.pylint.org/) on your code changes to check for errors or warnings
11+
- [ ] You have added unit tests to cover the functionality you have added
12+
- We ask that at least 50% of the changeset you are submitting has been covered by tests

0 commit comments

Comments
 (0)