Skip to content

Commit

Permalink
Be even more explicit that Node 10 needs 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed May 16, 2018
1 parent 91973ed commit 94ce852
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
77 changes: 39 additions & 38 deletions .github/ISSUE_TEMPLATE/Bug_report.md
@@ -1,38 +1,39 @@
---
name: Bug report
about: If you're having an issue with installing node-sass or the compiled results
look incorrect

---

<!--
Before opening an Install issue:
- Check that the version of node-sass you're trying to install supports your version of Node by looking at the release page for that version https://github.com/sass/node-sass/releases
- If you're running the latest verions of Node, you'll likely need the latest node-sass, we don't backport support to old versions of node-sass
- Read the common workarounds in https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md
**When reporting any bug, YOU MUST PROVIDE THE FOLLOWING INFORMATION
or your issue will be closed without discussion**
-->

- NPM version (`npm -v`):
- Node version (`node -v`):
- Node Process (`node -p process.versions`):
- Node Platform (`node -p process.platform`):
- Node architecture (`node -p process.arch`):
- node-sass version (`node -p "require('node-sass').info"`):
- npm node-sass versions (`npm ls node-sass`):

<!--
When encountering a syntax, or compilation issue:
- Please note that we cannot backport fixes to old versions, so ensure that you are running the latest release https://github.com/sass/node-sass/releases
- Search for duplicate or closed issues https://github.com/sass/node-sass/issues?utf8=%E2%9C%93&q=is%3Aissue
- Validate with http://sassmeister.com/ that the code works with Ruby Sass, then open an issue on `LibSass` https://github.com/sass/LibSass/issues/new
Sorry you didn't have the experience you expected.
-->
---
name: Bug report
about: If you're having an issue with installing node-sass or the compiled results
look incorrect

---

<!--
Before opening an Install issue:
- If you're running Node 10, you must be running node-sass 4.9.
- Check that the version of node-sass you're trying to install supports your version of Node by looking at the release page for that version https://github.com/sass/node-sass/releases
- If you're running the latest verions of Node, you'll likely need the latest node-sass, we don't backport support to old versions of node-sass
- Read the common workarounds in https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md
**When reporting any bug, YOU MUST PROVIDE THE FOLLOWING INFORMATION
or your issue will be closed without discussion**
-->

- NPM version (`npm -v`):
- Node version (`node -v`):
- Node Process (`node -p process.versions`):
- Node Platform (`node -p process.platform`):
- Node architecture (`node -p process.arch`):
- node-sass version (`node -p "require('node-sass').info"`):
- npm node-sass versions (`npm ls node-sass`):

<!--
When encountering a syntax, or compilation issue:
- Please note that we cannot backport fixes to old versions, so ensure that you are running the latest release https://github.com/sass/node-sass/releases
- Search for duplicate or closed issues https://github.com/sass/node-sass/issues?utf8=%E2%9C%93&q=is%3Aissue
- Validate with http://sassmeister.com/ that the code works with Ruby Sass, then open an issue on `LibSass` https://github.com/sass/LibSass/issues/new
Sorry you didn't have the experience you expected.
-->
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/Custom.md
@@ -1,7 +1,7 @@
---
name: 'Security: Request/Hawk/Hoek is being flagged'
about: We cannot address this till we drop support for Node < 6. Subscribe to 2355

---

See https://github.com/sass/node-sass/issues/2355 for the reason we can't upgrade the Request version that your security scanner is flagging.
---
name: 'Security: Request/Hawk/Hoek is being flagged'
about: We cannot address this till we drop support for Node < 6. Subscribe to 2355

---

See https://github.com/sass/node-sass/issues/2355 for the reason we can't upgrade the Request version that your security scanner is flagging.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md
@@ -1,17 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

<!--
Before you request a feature, please realize this project is a wrapper for
LibSass so we can't add any language features here. If you want to add a feature
to the Sass language, please open an issue on https://github.com/sass/sass/issues/new
If you want a CLI feature, please make sure that it is supported by https://github.com/sass/sass
Thanks for making node-sass better!
-->
---
name: Feature request
about: Suggest an idea for this project

---

<!--
Before you request a feature, please realize this project is a wrapper for
LibSass so we can't add any language features here. If you want to add a feature
to the Sass language, please open an issue on https://github.com/sass/sass/issues/new
If you want a CLI feature, please make sure that it is supported by https://github.com/sass/sass
Thanks for making node-sass better!
-->

0 comments on commit 94ce852

Please sign in to comment.