pmd/.github/PULL_REQUEST_TEMPLATE.md

20 lines
564 B
Markdown

## Describe the PR
<!-- A clear and concise description of the bug the PR fixes or the feature the PR introduces. -->
## Related issues
<!-- PR relates to issues in the `pmd` repo: -->
- Fixes #
## Ready?
<!-- If you feel like you can help to check off the following tasks, that'd be great. If not, don't worry - we will take care of it. -->
- [ ] Added unit tests for fixed bug/feature
- [ ] Passing all unit tests
- [ ] Complete build `./mvnw clean verify` passes (checked automatically by github actions)
- [ ] Added (in-code) documentation (if needed)