Skip to content

Commit

Permalink
Add issue and pull request template
Browse files Browse the repository at this point in the history
… and move contributing.md to .github directory as well.
Related to yeoman/yeoman#1652
  • Loading branch information
mischah committed Nov 28, 2016
1 parent da8a3cf commit a506bf0
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
File renamed without changes.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!--
Allo' allo'!
Thanks for taking your time to submit an issue.
Please keep in mind, that Github issues are meant to be used for reporting bugs and to
request new features.
Use Stack Overflow for support: http://stackoverflow.com/questions/tagged/yeoman
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.
You would like to report a bug?
Use the search feature to ensure that the bug hasn't been reported before.
Please ensure to provide the following information to make sure we have all we need to address your issue.
-->

## Type of issue

<!-- Feature request or bug -->

<!-- Please delete the rest of the template in case of a feature request -->

----

## My environment

* *OS version/details*: `eg. Windows 10 64-bit`
* *Node version:* `x.x.x`
* *npm version:* `x.x.x`
* *Name of used Yeoman module*: `eg. yo`
* *Version of Yeoman module:* `x.x.x`

## Expected behavior

<!-- Description over here -->

## Current behavior

<!-- Description over here -->

## Steps to reproduce the behavior

## Command line output

```
Paste your error output over here
```
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
Allo' allo'!
Thanks for taking your time to submit a pull request ❤
Please make sure you read and fulfill our pull request guidelines:
https://github.com/yeoman/yeoman/blob/master/contributing.md
Additional useful information is placed on the Yeoman Website:
http://yeoman.io/contributing/pull-request.html
-->

## Purpose of this pull request?

<!-- Put an »X« into square brackets next to item) -->

[ ] Documentation update
[ ] Bug fix
[ ] Enhancement
[ ] Other, please explain:

## What changes did you make?

<!-- Give an overview -->

## Is there anything you'd like reviewers to focus on?

<!-- Just in case -->

0 comments on commit a506bf0

Please sign in to comment.