Files
flutter/.github/pull_request_template.md
2025-03-27 17:42:58 +01:00

18 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)
- [ ] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR
(run `dart format --line-length=100 .`)
- [ ] Updated/added relevant documentation (doc comments with `///`).
- [ ] Added relevant reviewers.