mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Add contributing and pull request template files
This commit is contained in:
22
.github/pull_request_template.md
vendored
Normal file
22
.github/pull_request_template.md
vendored
Normal 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?)
|
||||
Reference in New Issue
Block a user