Add github templates

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-01-08 02:23:25 -03:00
parent 237a213393
commit cdcc42087e
2 changed files with 23 additions and 0 deletions

14
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,14 @@
Please, prefix the report title with the language it applies to within brackets, such as *[Java]* or *[Apex]*. If not specific to a language, you can use *[Core]*
**Rule Set:**
**Description:**
**Code Sample demonstrating the issue:**
```
```
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,9 @@
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]*
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:**