Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Mar 17, 2016
1 parent c644664 commit b1079d3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Bug Report (delete this for feature requests)

- __TSLint version__: `<fill this out>`
- __TypeScript version__: `<fill this out>`
- __Running TSLint via__: (please choose one) CLI / Node.js API / grunt-tslint / Atom / Visual Studio / etc

#### TypeScript code being linted

```ts
(include if relevant)
```

#### Actual behavior

(fill this out)

#### Expected behavior

(fill this out)

0 comments on commit b1079d3

Please sign in to comment.