Skip to content

Commit

Permalink
Merge 3de2559 into da8a3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Nov 29, 2016
2 parents da8a3cf + 3de2559 commit 0c7f78f
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
File renamed without changes.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,51 @@
<!--
Allo' allo'!
Thanks for taking the 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`
* *Version of yo:* `x.x.x`

<!--
How to get those versions via your command line:
node --version
npm --version
yo --version
-->

## 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
@@ -0,0 +1,27 @@
<!--
Allo' allo'!
Thanks for taking the 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 0c7f78f

Please sign in to comment.