Update PR template
- Use maven wrapper - Request to pass PMD dogfood rules
This commit is contained in:
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -2,8 +2,9 @@ Please, prefix the PR title with the language it applies to within brackets, suc
|
||||
|
||||
Before submitting a PR, please check that:
|
||||
- [ ] The PR is submitted against `master`. The PMD team will merge back to support branches as needed.
|
||||
- [ ] `mvn test` passes.
|
||||
- [ ] `mvn checkstyle:check` passes. [Check this for more info](https://github.com/pmd/pmd/blob/master/CONTRIBUTING.md#code-style)
|
||||
- [ ] `./mvnw test` passes.
|
||||
- [ ] `./mvnw pmd:check` passes.
|
||||
- [ ] `./mvnw checkstyle:check` passes. [Check this for more info](https://github.com/pmd/pmd/blob/master/CONTRIBUTING.md#code-style)
|
||||
|
||||
**PR Description:**
|
||||
|
||||
|
Reference in New Issue
Block a user