Skip to content

Commit b614c31

Browse files
Merge pull request #761 from AshleyGrant/update-issue-template-20170404
doc(issue_template): update issue template
2 parents 50295d4 + c30d167 commit b614c31

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

ISSUE_TEMPLATE.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!--
2-
BUGS: Please use this template.
3-
4-
Issues submitted that do not follow this template will be closed.
2+
ISSUES SUBMITTED THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED.
53
64
SUPPORT REQUESTS/QUESTIONS: If you have a support request or question please
75
submit them to StackOverflow using the tags aurelia and aurelia-framework
86
http://stackoverflow.com/questions/tagged/aurelia
97
or the Aurelia Gitter https://gitter.im/aurelia/discuss
108
9+
SUPPORT REQUESTS SUBMITTED HERE WILL BE CLOSED.
10+
11+
BUGS: Please use this template.
12+
1113
Blue Spire offers paid support agreements. Further information regarding paid support
1214
may be obtained by emailing [email protected]
1315
14-
Future support requests submitted here will be closed.
15-
1616
The HTML comments below are for your reference, and are not displayed
1717
when your issue is submitted, feel free to leave them.
1818
@@ -30,24 +30,26 @@ major.minor.patch-pre
3030
OSX 10.x|Linux (distro)|Windows [7|8|8.1|10]
3131

3232
* **Node Version:**
33-
6.2.0
33+
6.10.2
3434
<!--
3535
Minimum supported Node version is latest Node 4.x LTS
3636
run `node -v`
3737
-->
3838

3939
* **NPM Version:**
40-
3.8.9
40+
3.10.10
4141
<!--
4242
Minimum supported NPM version is 3.x
4343
run `npm -v`
4444
-->
4545

46-
* **JSPM OR Webpack AND Version**
47-
JSPM 0.16.32 | webpack 2.1.0-beta.17
46+
* **Aurelia CLI OR JSPM OR Webpack AND Version**
47+
CLI 0.27.0 | JSPM 0.16.53 | webpack 2.3.3
4848
<!--
49+
If using Aurelia CLI
50+
run `au -v` in project root.
4951
If using JSPM
50-
run `jspm -v`
52+
run `jspm -v` in project root.
5153
If using Webpack
5254
run `webpack --help | grep webpack`
5355
-->
@@ -71,8 +73,4 @@ Then click "Fork to Public Gist".
7173
Create your gist, then finally click "Update Gist." Include a link to the gist.run below.
7274
-->
7375

74-
75-
* **What is the expected behavior?**
76-
77-
7876
* **What is the motivation / use case for changing the behavior?**

0 commit comments

Comments
 (0)