You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<!--
1
2
Before opening an issue:
2
3
- 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
3
4
- Read the common workarounds in the [TROUBLESHOOTING.md](https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md)
@@ -6,7 +7,14 @@ Before opening an issue:
6
7
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
7
8
- Read the [contributing guidelines](https://github.com/sass/node-sass/blob/master/.github/CONTRIBUTING.md)
8
9
9
-
When reporting an bug, **you must provide this information**:
10
+
When encountering a syntax, or compilation issue:
11
+
12
+
- [Open an issue on `LibSass`](https://github.com/sass/LibSass/issues/new). You
13
+
may link it back here, but any change will be required there, not here
14
+
15
+
**When reporting an bug, YOU MUST PROVIDE THIS INFORMATION
16
+
or your issue will be closed without discussion**
17
+
-->
10
18
11
19
- NPM version (`npm -v`):
12
20
- Node version (`node -v`):
@@ -15,10 +23,3 @@ When reporting an bug, **you must provide this information**:
15
23
- Node architecture (`node -p process.arch`):
16
24
- node-sass version (`node -p "require('node-sass').info"`):
17
25
- npm node-sass versions (`npm ls node-sass`):
18
-
19
-
When encountering a syntax, or compilation issue:
20
-
21
-
-[Open an issue on `LibSass`](https://github.com/sass/LibSass/issues/new). You
22
-
may link it back here, but any change will be required there, not here
23
-
24
-
*If you delete this text without following it, your issue will be closed.*
0 commit comments