mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
19 lines
509 B
Markdown
19 lines
509 B
Markdown
### Proposed Changes
|
|
|
|
-
|
|
-
|
|
-
|
|
|
|
### Please check that the PR fulfills these requirements
|
|
|
|
- [ ] Tests for the changes have been added (for bug fixes / features)
|
|
- [ ] 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.
|
|
what changes might users need to make in their running application due to
|
|
this PR?)
|