Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Jul 14, 2019
1 parent 67f0e4f commit b3d2d4a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,23 @@
## Description

<!--
Include a summary of the change and a link to any relevant issues which have
been fixed and add 'Fixes #ISSUE'.
Include relevant motivation and context, especially if new features have been added.
-->

## Testing

<!--
Describe the tests that you ran. Note any details from your test configuration.
Fill any boxes [x] you have completed.
-->

- [ ] Tests passed successfully
- [ ] Tested relevant command

## Code

- [ ] When necessary, comments have been added in hard-to-understand areas
- [ ] The changes conform to pep8 - test with `pytest --codestyle`.

0 comments on commit b3d2d4a

Please sign in to comment.