Skip to content

Commit a265a05

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/001_bug_report.yml

Lines changed: 11 additions & 1 deletion
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
@@ -26,6 +26,16 @@ body:
2626
value: "A bug happened!"
2727
validations:
2828
required: true
29+
- type: textarea
30+
id: reproduce
31+
attributes:
32+
label: Steps to reproduce
33+
description: |
34+
Steps to reproduce the behavior.
35+
36+
placeholder: Tell us what you see!
37+
validations:
38+
required: true
2939
- type: dropdown
3040
id: version
3141
attributes:

0 commit comments

Comments
 (0)