From 280466cc7b56a282413ff91cbefa74ff5f14c5ac Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 29 Nov 2017 18:34:19 +0000 Subject: [PATCH] Added Issue Template Based on the example at https://github.com/stevemao/github-issue-templates/tree/master/checklist2 --- docs/ISSUE_TEMPLATE.md | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/ISSUE_TEMPLATE.md diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..6865b69 --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -0,0 +1,54 @@ + + +### Issue type + +* [ ] Bug Report +* [ ] Feature Request +* [ ] Question +* [ ] Not an issue + +### Prerequisites + +* [ ] Can you reproduce the issue? +* [ ] Is this an urgent issue? +* [ ] Did you search the repository issues? +* [ ] Did you check the forums? +* [ ] Did you perform a web search (google, yahoo, etc)? + +For more information, see the **CONTRIBUTING** document. + +### Description + +[Description of the bug or feature] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Example code:** + +``` + An example of code related to this issue +``` + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] + +### System + +**PEG.js:** ... +
**Node.js:** ... +
**NPM:** ... +
**Browser:** ... +
**OS:** ... +
**Editor:** ...