Skip to content

Commit a799234

Browse files
authored
chore(issues): improved bug issue template (#1046)
1 parent 2c2fb21 commit a799234

File tree

2 files changed

+48
-34
lines changed

2 files changed

+48
-34
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

0 commit comments

Comments
 (0)