From 66371f1e138f93fffe4852b5969e470ebd4d3d0d Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 7 Dec 2017 19:27:13 +0100 Subject: [PATCH] Add issue and pr templates --- .github/issue_template.md | 23 +++++++++++++++++++++++ .github/pull_request_template.md | 7 +++++++ 2 files changed, 30 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 000000000..bc29c87d2 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,23 @@ +### Subject of the issue + +Describe your issue here. Remember, this is _not_ a place to ask questions. For that, go to [Gitter](https://gitter.im/remarkjs/Lobby) + +### Your environment + +* Name and version of operating system +* Names and version of required packages +* Version of node and npm, or names and versions of browser + +### Steps to reproduce + +Tell us how to reproduce this issue. Please provide a working and simplified example. + +🎉 BONUS POINTS for creating a [minimal reproduction](https://stackoverflow.com/help/mcve) and uploading it to GitHub. This will get you the fastest support. 🎉 + +### Expected behaviour + +Describe what should happen + +### Actual behaviour + +Describe what happens instead diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..5924167f7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +