Skip to content

Commit e9bf8df

Browse files
committed
more
Signed-off-by: Anas Nashif <[email protected]>
1 parent 50e4f82 commit e9bf8df

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

.github/ISSUE_TEMPLATE/001_bug_report.yml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
- type: textarea
1313
id: what-happened
1414
attributes:
15-
label: What happened?
15+
label: Describe the bug
1616
description: |
1717
A clear and concise description of what the bug is.
1818
@@ -23,30 +23,18 @@ body:
2323
- Is this a regression? If yes, have you been able to "git bisect" it to a
2424
specific commit?
2525
placeholder: Tell us what you see!
26-
value: "A bug happened!"
2726
validations:
2827
required: true
29-
- type: dropdown
30-
id: version
28+
- type: textarea
29+
id: reproduce
3130
attributes:
32-
label: Version
33-
description: What version of our software are you running?
34-
options:
35-
- 1.0.2 (Default)
36-
- 1.0.3 (Edge)
37-
default: 0
31+
label: Steps to reproduce
32+
description: |
33+
Steps to reproduce the behavior.
34+
35+
placeholder: Tell us what you see!
3836
validations:
3937
required: true
40-
- type: dropdown
41-
id: browsers
42-
attributes:
43-
label: What browsers are you seeing the problem on?
44-
multiple: true
45-
options:
46-
- Firefox
47-
- Chrome
48-
- Safari
49-
- Microsoft Edge
5038
- type: textarea
5139
id: logs
5240
attributes:

0 commit comments

Comments
 (0)