Update PR template

- Use maven wrapper
 - Request to pass PMD dogfood rules
This commit is contained in:
Juan Martín Sotuyo Dodero
2018-04-15 02:08:21 -03:00
parent 052c46f5b6
commit 04c6451e29

View File

@ -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:**