From 75698f62afc7c4c225e7a32ddfcb59cd34649e8c Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 17 Feb 2016 20:44:46 -0700 Subject: [PATCH] Add ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a34168f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +For :bug: bug reports, please fill out the information below plus any additional relevant information. If this is a feature request, feel free to clear the form. + +**Short problem description** + +**Environment** +- [ ] I am using Node.js v4.x or higher +- [ ] `npm install` reports success +- Actual Node.js version (`node --version`): +- Operating system (`uname -a` on *nix systems): +- Revision (`git rev-parse --short HEAD`): + +**Expected behavior** + +**Actual behavior** + +**Steps to reproduce**