Simplify PR template

This commit is contained in:
Roland Geider
2020-08-13 23:10:25 +02:00
parent 7b333ebbb6
commit 3c4615a601

View File

@@ -1,20 +1,16 @@
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``)
- [ ] New python 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.