From d20f5b0467797c14fad0aa5c43c7f67e422a2145 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 4 Oct 2016 11:55:49 +0100 Subject: [PATCH] #332 add issue and pr templates --- .github/ISSUE_TEMPLATE.md | 32 +++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ 2 files changed, 69 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..9fc4f983c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ + + +**Type of issue:** (check with "[x]") +- [ ] New feature request +- [ ] Bug +- [ ] Support request + +**Current behavior:** + + +**Expected behavior:** + + +**Step to reproduce the issue:** + + +**Component name and version:** + + +**Browser and version:** + + +**Node version (for build issues):** + + +**New feature request:** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..dc5e900081 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ + + +**Type of contribution:** (check one with "x") +``` +[ ] Bugfix +[ ] Feature +[ ] Code formatting +[ ] Code Refactoring +[ ] Build related changes +[ ] Documentation +[ ] Other... Please describe: +``` +**This PR adds the following feature:** + + +**Current behavior:** + +**New behavior:** + +**This PR fixes the following issue:** + + +**This PR introduce a breaking change:** (check one with "x") +- [ ] Yes +- [ ] No + + + + +**More information:** +