3
0
corteza/.github/PULL_REQUEST_TEMPLATE
2022-11-22 17:19:26 +01:00

14 lines
466 B
Plaintext

# The following changes are implemented
TODO: Summary
# Changes in the user interface:
TODO: Add screenshots, recordings or remove this section
# Checklist when submitting a final (!draft) PR
- [ ] Commits are tidied up, squashed if needed and follow guidelines in CONTRIBUTING.md
- [ ] Code builds
- [ ] All existing tests pass
- [ ] All new critical code is covered by tests
- [ ] PR is linked to the relevant issue(s)
- [ ] Rebased with the target branch