From 75f98d201656d8bdbed1215fc922df4cb76c9627 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Fri, 23 Feb 2018 12:55:09 -0500 Subject: [PATCH] Use HTML comments to show a reduced Markdown Saw this trick in another repo and though it made sense --- .github/ISSUE_TEMPLATE.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d8e74f6b3..7359135cc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,4 @@ + - NPM version (`npm -v`): - Node version (`node -v`): @@ -15,10 +23,3 @@ When reporting an bug, **you must provide this information**: - 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: - -- [Open an issue on `LibSass`](https://github.com/sass/LibSass/issues/new). You -may link it back here, but any change will be required there, not here - -*If you delete this text without following it, your issue will be closed.*