You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add issue and pull request template
… and move contributing.md to .github directory as well.
Related to yeoman/yeoman#1652
* Add info about getting versions
* Improvements suggested by Sindre
* Github → GitHub
* Move instructions about how to get versions
* Remove comment about how to handle GFM checkboxes
Please keep in mind, that GitHub issues are meant to be used for reporting bugs and to
5
+
request new features.
6
+
7
+
Use Stack Overflow for support: http://stackoverflow.com/questions/tagged/yeoman
8
+
Head over to one of our Gitter rooms (https://gitter.im/yeoman/home) and ask for help if you’re unsure if you ran into a bug or if you have any other question.
9
+
10
+
You would like to report a bug?
11
+
Use the search feature to ensure that the bug hasn't been reported before.
12
+
Please ensure to provide the following information to make sure we have all we need to address your issue.
13
+
-->
14
+
15
+
## Type of issue
16
+
17
+
<!-- Feature request or bug -->
18
+
19
+
<!-- Please delete the rest of the template in case of a feature request -->
20
+
21
+
----
22
+
23
+
## My environment
24
+
25
+
**OS version/details*: `eg. Windows 10 64-bit`
26
+
**Node version:*`x.x.x` (run `node --version` in your terminal)
27
+
**npm version:*`x.x.x` (run `npm --version` in your terminal)
28
+
**Version of yo :*`x.x.x` (run `yo --version` in your terminal)
0 commit comments