pmd/.github/PULL_REQUEST_TEMPLATE.md

20 lines
564 B
Markdown
Raw Permalink Normal View History

2020-04-18 10:34:21 +02:00
## Describe the PR
2017-01-08 02:23:25 -03:00
2020-04-18 10:34:21 +02:00
<!-- A clear and concise description of the bug the PR fixes or the feature the PR introduces. -->
2017-01-08 02:23:25 -03:00
2020-04-18 10:34:21 +02:00
## 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)
2020-04-18 10:34:21 +02:00
- [ ] Added (in-code) documentation (if needed)
2017-01-08 02:23:25 -03:00