From bd69ab96e1dfedb056b8eada1b059795cfcc2c68 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 15 Jun 2017 12:03:35 -0700 Subject: [PATCH] Add new issue template --- .github/ISSUE_TEMPLATE.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 88c77a9..5f6ad72 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,11 @@ -If this is a question or feature request, make sure to: + -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. +Operating system: [ ✍️ TODO ] +Last upstream commit (run `git log --author="Robert Lord" | head -n 1`): [ ✍️ TODO ] +Browser version(s): [ ✍️ TODO ] +Ruby version (run `ruby -v`): [ ✍️ TODO ] \ No newline at end of file