Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Dec 18, 2019
1 parent be01191 commit dfe421e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Thank you for your contribution to the PynPoint repo! Before submitting this PR, please make sure:

- [ ] To read the documentation page on the [Python guidelines](https://pynpoint.readthedocs.io/en/latest/python.html).
- [ ] That your branch is up to date with the master branch of the upstream PynPoint repo.
- [ ] To run both `pycodestyle` and `pylint` on the code that has been added or changed.
- [ ] That the documentation is succesfully build by running `make docs` in your local repo folder.
- [ ] That all unit tests are finishing after running `make test` in your local repo folder.
- [ ] To add unit tests in case there are new pipeline modules and/or functionalities added.

0 comments on commit dfe421e

Please sign in to comment.