Skip to content

Commit

Permalink
chore(*): update issue template, add vscode version and screenshot/html
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lieben committed Oct 21, 2016
1 parent 5f961fc commit 5d809ef
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,47 +19,22 @@ Choose one of the two headings, delete the other.
**I'm submitting a bug report**
**I'm submitting a feature request**

* **Library Version:**
* **Extension Version:**
major.minor.patch-pre


**Please tell us about your environment:**
* **Operating System:**
OSX 10.x|Linux (distro)|Windows [7|8|8.1|10]

* **Node Version:**
6.2.0
<!--
Minimum supported Node version is latest Node 4.x LTS
run `node -v`
-->

* **NPM Version:**
3.8.9
<!--
Minimum supported NPM version is 3.x
run `npm -v`
-->

* **JSPM OR Webpack AND Version**
JSPM 0.16.32 | webpack 2.1.0-beta.17
<!--
If using JSPM
run `jspm -v`
If using Webpack
run `webpack --help | grep webpack`
-->

* **Browser:**
all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView
* **Visual studio code version:**
major.minor.patch-pre

* **Language:**
all | TypeScript X.X | ESNext
**Screenshot of incorrect highlight**

**HTML/JS/TS of incorrect highlight**

**Current behavior:**


**Expected/desired behavior:**
<!--
If the current behavior is a bug, please provide the steps to reproduce and, if possible, a minimal demo of the
Expand Down

0 comments on commit 5d809ef

Please sign in to comment.