Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit abbc657

Browse files
nschonnixzyfer
authored andcommitted
Use HTML comments to show a reduced Markdown
Saw this trick in another repo and though it made sense
1 parent e797a34 commit abbc657

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--
12
Before opening an issue:
23
- 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
34
- 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:
67
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
78
- Read the [contributing guidelines](https://github.com/sass/node-sass/blob/master/.github/CONTRIBUTING.md)
89
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+
-->
1018

1119
- NPM version (`npm -v`):
1220
- Node version (`node -v`):
@@ -15,10 +23,3 @@ When reporting an bug, **you must provide this information**:
1523
- Node architecture (`node -p process.arch`):
1624
- node-sass version (`node -p "require('node-sass').info"`):
1725
- 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

Comments
 (0)