Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
Add issue_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdy Dara committed Jun 7, 2016
1 parent 75a3450 commit f1a335c
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT -->

## Prerequisites

- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
- Support questions are better asked in one of the following locations:
- [Our Slack](https://fountain-slack.herokuapp.com/)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/fountain)
- Ensure the issue isn't already reported.
- Should be reproducible with the latest generator-fountain-webapp version.
- (Ensure `npm ls -g --depth=0 2>/dev/null | grep generator-fountain` matches ![](https://img.shields.io/npm/v/generator-fountain-webapp.svg))

*Delete the above section and the instructions in the sections below before submitting*


## Description

If this is a feature request, explain why it should be added. Specific use-cases are best.

For bug reports, please provide as much *relevant* info as possible.

### Error Message & Stack Trace

```
COPY THE ERROR MESSAGE, INCLUDING STACK TRACE HERE
```

### Config

Copy the content from `.yo-rc.json`:

```json
{
"generator-fountain-webapp": {
...
}
}
```


## Relevant Links

- If your project is public, link to the repo so we can investigate directly.
- **BONUS POINTS:** Create a [minimal reproduction](http://stackoverflow.com/help/mcve) and upload it to GitHub. This will get you the fastest support.


## Environment

Tell us which operating system you are using, as well as which versions of Node.js, npm, and yo. Run the following to get it quickly:

```
node -e "var os=require('os');console.log('Node.js ' + process.version + '\n' + os.platform() + ' ' + os.release())"
yo --version
npm --version
```

0 comments on commit f1a335c

Please sign in to comment.