Skip to content

Commit e4a635c

Browse files
authored
Add issue and pull request template (#492)
* 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
1 parent da8a3cf commit e4a635c

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Allo' allo'!
3+
Thanks for taking the time to submit an issue.
4+
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)
29+
30+
## Expected behavior
31+
32+
<!-- Description over here -->
33+
34+
## Current behavior
35+
36+
<!-- Description over here -->
37+
38+
## Steps to reproduce the behavior
39+
40+
## Command line output
41+
42+
```
43+
Paste your error output over here
44+
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Allo' allo'!
3+
Thanks for taking the time to submit a pull request ❤
4+
5+
Please make sure you read and fulfill our pull request guidelines:
6+
https://github.com/yeoman/yeoman/blob/master/contributing.md
7+
8+
Additional useful information is placed on the Yeoman Website:
9+
http://yeoman.io/contributing/pull-request.html
10+
-->
11+
12+
## Purpose of this pull request?
13+
14+
[ ] Documentation update
15+
[ ] Bug fix
16+
[ ] Enhancement
17+
[ ] Other, please explain:
18+
19+
## What changes did you make?
20+
21+
<!-- Give an overview -->
22+
23+
## Is there anything you'd like reviewers to focus on?
24+
25+
<!-- Just in case -->

0 commit comments

Comments
 (0)