Add contributing and pull request template files

This commit is contained in:
Roland Geider
2020-08-10 23:18:41 +02:00
parent e59d336ec1
commit a834b0bdaa
4 changed files with 74 additions and 17 deletions

22
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,22 @@
Fixes issue #
### Proposed Changes
-
-
-
### Please check that the PR fulfills these requirements
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Code has been linted with with flake8 (``flake8 --config .github/linters/.flake8``)
and isort (``isort``)
- [ ] Added yourself to AUTHORS.rst
### Other questions
* Does this PR introduce a breaking change such as a database migration? (i.e.
what changes might users need to make in their running application due to
this PR?)