pmd/.github/PULL_REQUEST_TEMPLATE.md

10 lines
488 B
Markdown
Raw Normal View History

2017-01-26 19:40:39 -03:00
Please, prefix the PR title with the language it applies to within brackets, such as *[java]* or *[apex]*. If not specific to a language, you can use *[core]*
2017-01-08 02:23:25 -03:00
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)
**PR Description:**