From aed8706637ca509e32bd440986dad616088bbfa5 Mon Sep 17 00:00:00 2001 From: Kees Kluskens Date: Fri, 18 Nov 2016 11:34:37 +0100 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 2 files changed, 33 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..ab1ef5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ + + +**Do you want to request a *feature* or report a *bug*?** + + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce.** + + +**What is the expected behavior?** + +**If this is a feature request, what is motivation or use case for changing the behavior?** + +**Please mention other relevant information such as your webpack version, Node.js version and Operating System.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..77e6835 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +**What kind of change does this PR introduce?** + + +**Did you add tests for your changes?** + +**If relevant, did you update the README?** + +**Summary** + + + + +**Does this PR introduce a breaking change?** + + +**Other information**