Skip to content

Commit

Permalink
adds issue template to .github dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jun 15, 2016
1 parent f9b9f12 commit 61d518b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/issue_template.md
@@ -0,0 +1,36 @@
## Prerequisites

- [ ] Have you searched for existing issues (open and close) to see if the bug or feature request has already been reported?
- [ ] If this is a bug report, are you running the latest version of Assemble? If not, please update to the latest version and verify that the issue still occurs before proceding.
- [ ] Have you read the [Contributing Guide](contributing.md)?
- [ ] Have you reviewed the project readme (you might find advice about creating new issues)?
- [ ] Are you creating an issue in the correct repository? (For example, if your issue is related to [grunt-assemble][] or [handlebars-helpers][], you will want to create the issue in that project).

Ready? Great! Please provide the following details:

## version

[version]

## description

Please decribe the bug or feature, along with:

- [ ] Expected behavior and actual behavior.
- [ ] Steps to reproduce the problem.

[description]

## error message

```sh
# please paste any error messages here
```

## assemblefile.js

```js
// Please paste contents of assemblefile.js here, or in a gist.
// Be sure to include any additional comments that might help
// us resolve the issue.
```

0 comments on commit 61d518b

Please sign in to comment.