diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 806b082a1d..2d5ae5e3f1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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:**