From 34578efb4f2f3fc4146f149ac4f8f4bcd1e0b507 Mon Sep 17 00:00:00 2001 From: Robdel12 Date: Sun, 28 Feb 2016 00:49:46 -0600 Subject: [PATCH 1/2] Add issue template --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..c5ac481 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +### Version of x-select: + +### Ember Version / Ember CLI Version: + +### Expected Behavior + +(Describe how things should work.) + +### Actual Behavior + +(Describe what went wrong.) + +### Steps To Reproduce: +1. +2. +3. + +### JSBin / Ember Twiddle / Example repo / Failing test: + +(This is extremely helpful and speeds up the debugging process.) From e4ff54cd944b4613abf787e01255493e95d69ffe Mon Sep 17 00:00:00 2001 From: Robert DeLuca Date: Mon, 7 Mar 2016 16:52:56 -0600 Subject: [PATCH 2/2] Add explicit places for ember/cli versions --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c5ac481..f59c8f4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,6 +2,9 @@ ### Ember Version / Ember CLI Version: +**Ember Version:** +**Ember CLI Version:** + ### Expected Behavior (Describe how things should work.)