Skip to content

Commit

Permalink
fix(docs): change issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 28, 2016
1 parent 27bdc62 commit 9025a98
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Before submitting the issue, take a look at the already existing solutions to:
**IMPORTANT**: This repository's issues are reserved for feature requests and bug reports. Do not submit support requests here.

- [x] `Cannot find module '...'` - your issue is related to not existing type definitions.
- [x] Adding [sass support](https://github.com/mgechev/angular2-seed/wiki/Add-custom-Gulp-task).
- [x] Adding [external styles](https://github.com/mgechev/angular2-seed/wiki/Add-an-external-styles).
- [x] Configuring [SystemJS](https://github.com/mgechev/angular2-seed/issues/499).
- If you are not sure your configuration is correct, please take a look at the documentation of [SystemJS](https://github.com/systemjs/systemjs/blob/master/docs/system-api.md), [typings](https://github.com/typings/typings/blob/master/README.md) and [gulp](https://github.com/gulpjs/gulp/blob/master/docs/README.md).

**Steps to reproduce and a minimal demo of the problem**

_What steps should we try in your demo to see the problem?_

**Current behavior**


**Expected/desired behavior**


**Other information**

0 comments on commit 9025a98

Please sign in to comment.