From d1deebdacb733541496a69b11fc90b7cbf230389 Mon Sep 17 00:00:00 2001 From: Bartosz Majsak Date: Wed, 26 Oct 2016 15:15:03 +0200 Subject: [PATCH] Introduces templates for GH issues and PRs --- .github/ISSUE_TEMPLATE.md | 44 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++ 2 files changed, 66 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 0000000..0b91a49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,44 @@ + + +##### Issue Overview + +Tell us briefly what the problem is about. + +##### Expected Behaviour + +##### Current Behaviour + +##### Steps To Reproduce +1. [step 1] +2. [step 2] + +##### Additional Information + +Anything relevant to help us resolving the problem. For example if you are using `mvn` you can share output for `mvn --version` as well as dependencies in use `mvn dependency:tree`. OS as well as JDK version would be helpful too. + +For long outputs such as stacktraces please use HTML5 `
` + +``` +
+ $mvn --version + Maven home: /usr/share/maven/latest + Java version: 1.7.0_79, vendor: Oracle Corporation + Java home: /usr/java/jdk1.7.0_79/jre + Default locale: en_US, platform encoding: UTF-8 + OS name: "linux", version: "4.7.7-200.fc24.x86_64", arch: "amd64", family: "unix" +
+``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2122d07 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +#### Short description of what this resolves: + + +#### Changes proposed in this pull request: + +- +- +- + + +**Fixes**: #