Commit b9bf1fc5 by Nick Schonning Committed by GitHub

Add an Issue template to help triage the backlog (#1399)

parent b46c01e0
## Reporting an installation issue
1. I'm running on a [supported platform](https://github.com/sass/node-sass-binaries/blob/master/README.md#compatibility)
1. Have you recently installed a new version of Node? Native bindings are downloading for the specific version of Node when you install `node-sass`. Delete your `node_modules` and then re-install.
1. Create [Gist](https://gist.github.com/) with the npm.log file and add it to this issue
1. I've [searched for existing issues](https://github.com/sass/node-sass/search?type=Issues)
1. I've followed the [Troubleshooting Guide](TROUBLESHOOTING.md)
## My Sass isn't compiling
1. My code compiles on [SassMeister](http://www.sassmeister.com/) when using the Ruby Sass complier
1. Try the Beta version of `node-sass` to see if the latest `libsass` fixes this
1. Create a reproducible sample, and [open an issue on `libsass`](https://github.com/sass/libsass/issues/new). Compiler issues need to be fixed there, not here.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment