Skip to content

Commit a82d8b4

Browse files
authored
docs: add issue template (#806)
1 parent dcec3e0 commit a82d8b4

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**Context and configuration**
15+
16+
Please share:
17+
- Which rule is causing the problem
18+
- What's the content of your `tsconfig.json`
19+
- What's the content of `~/.codelyzer.js` (if applicable)
20+
21+
**To Reproduce**
22+
23+
Steps to reproduce the behavior.
24+
25+
**Expected behavior**
26+
27+
A clear and concise description of what you expected to happen.
28+
29+
**Code**
30+
31+
Share the code which will let us reproduce the problem
32+
33+
**Environment**
34+
35+
- Version [e.g. 22]
36+
- OS: [e.g. iOS]
37+
- Node.js version
38+
- Package manager (yarn/npm) version
39+
- Angular version
40+
- tslint version
41+
42+
**Additional context**
43+
44+
Add any other context about the problem here.

0 commit comments

Comments
 (0)