From 04c6451e29489002a2d894f86e2eca168c1cbbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sun, 15 Apr 2018 02:08:21 -0300 Subject: [PATCH] Update PR template - Use maven wrapper - Request to pass PMD dogfood rules --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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:**