Skip to content

Commit 0f5b65b

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent f9ab7fb commit 0f5b65b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Bug Report
2+
3+
- __tslint-react version__:
4+
- __tslint version__:
5+
- __typescript version__:
6+
- __Running TSLint via__: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc
7+
8+
#### TypeScript code being linted
9+
10+
```ts
11+
// code snippet
12+
```
13+
14+
with `tslint.json` configuration:
15+
16+
```json
17+
18+
```
19+
20+
#### Actual behavior
21+
22+
#### Expected behavior

0 commit comments

Comments
 (0)