From 06d3ed147b1e8ca4414700148fb0c9e22e38a81b Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Tue, 28 Feb 2017 15:02:16 +0100 Subject: [PATCH] Add ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md (#157) * Create ISSUE_TEMPLATE.md * Create PULL_REQUEST_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 2 files changed, 36 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 00000000..ef6bde4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ + + +**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 all the steps to reproduce and a minimal +[JSFiddle](https://jsfiddle.net/) example or a repository on GitHub that we can `npm install` +and `npm start`.** + +**What is the expected behavior?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..d62725d5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +**Summary** + + + +**Result** + +