Files
wger/.github/pull_request_template.md
2025-03-27 18:06:55 +01:00

20 lines
533 B
Markdown

# Proposed Changes
-
-
## Related Issue(s)
If applicable, please link to any related issues (`Closes #123`,
`Closes wger-project/other-repo#123`, `See also #123`, etc.)
## Please check that the PR fulfills these requirements
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Code has been formatted to avoid unnecessary diffs (`ruff format && isort .`)
### Other questions
* Do users need to run some commands in their local instances due to this PR
(e.g. database migration, deployment changes)?