From cdcc42087e38f8de6e87f1603ec45284383e2662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Sun, 8 Jan 2017 02:23:25 -0300 Subject: [PATCH] Add github templates --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..5b0e864e0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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]* + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..a68eea66a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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:** +