Files
flutter/.github/pull_request_template.md

18 lines
515 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 .`)
- [ ] Updated/added relevant documentation (doc comments with `///`).
- [ ] Added relevant reviewers.