File tree Expand file tree Collapse file tree 2 files changed +48
-34
lines changed
Expand file tree Collapse file tree 2 files changed +48
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report.
3+ labels : ['bug', 'triage']
4+ assignees :
5+ - CorentinTh
6+ body :
7+ - type : markdown
8+ attributes :
9+ value : |
10+ Thanks for taking the time to fill out this bug report!
11+
12+ - type : textarea
13+ id : bug-description
14+ attributes :
15+ label : Describe the bug
16+ description : A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
17+ placeholder : Bug description
18+ validations :
19+ required : true
20+
21+ - type : textarea
22+ id : what-happened
23+ attributes :
24+ label : What happened?
25+ description : Also tell us, what did you expect to happen? If you have a screenshot, you can paste it here.
26+ placeholder : Tell us what you see!
27+ value : ' A bug happened!'
28+ validations :
29+ required : true
30+
31+ - type : textarea
32+ id : version
33+ attributes :
34+ label : System information
35+ description : What is you environment? You can use the `npx envinfo --system --browsers` command to get this information.
36+ validations :
37+ required : true
38+
39+ - type : dropdown
40+ id : app-type
41+ attributes :
42+ label : Where did you encounter the bug?
43+ options :
44+ - Public app (it-tools.tech)
45+ - Self hosting
46+ - Other (installations, docker, etc.)
47+ validations :
48+ required : true
You can’t perform that action at this time.
0 commit comments