Skip to content

Commit

Permalink
Add Pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Aug 6, 2023
1 parent c0ffe86 commit 881db0b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Thanks for contributing!

Before submitting your pull request please have a look at the
following checklist:

- [ ] ran the tests (`pytest`)
- [ ] all style issues addressed (`flake8`)
- [ ] your changes are covered by tests
- [ ] your changes are documented, if needed

In addition, please take care to provide a proper description
on what your change does, fixes or achieves when submitting the
pull request.

0 comments on commit 881db0b

Please sign in to comment.