From e9384ed058057192a57e85979b9189858a43625f Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 10 Jun 2016 22:05:39 -0500 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 0000000..88c77a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +If this is a question or feature request, make sure to: + +- [ ] The title starts with `Question:` or `Feature:`. + +If this is an bug report, not a question, make sure to: + +- [ ] I'm not running Windows (which is unsupported), or if I am, I can confirm this issue appears on another platform, or Vagrant. +- [ ] This issue appears in the latest `dev` branch. +- [ ] I've included my browser and Ruby version in this issue.