Skip to content

Commit 59a0d3a

Browse files
authored
docs: improve the bug report issue template (#2206)
1 parent 97c7d91 commit 59a0d3a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-13
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,27 @@ description: Create a report to help us improve. Report bugs found while using t
33
title: "[BUG]"
44
labels: [bug]
55
body:
6-
- type: markdown
7-
attributes:
8-
value: "Provide a general summary of the issue in the Title above"
96
- type: textarea
107
id: description
118
attributes:
129
label: Description
1310
description: Provide a general summary of the issue in the Title above
1411
validations:
1512
required: true
16-
- type: input
13+
- type: textarea
1714
id: expectedbhv
1815
attributes:
1916
label: Expected behavior
2017
description: Tell us what should happen
2118
validations:
2219
required: true
23-
- type: input
20+
- type: textarea
2421
id: actualbhv
2522
attributes:
2623
label: Actual behavior
2724
description: Tell us what happens instead
2825
validations:
2926
required: true
30-
- type: input
31-
id: possiblefix
32-
attributes:
33-
label: Possible fix
34-
description: Not obligatory, but suggest a fix or reason for the bug
35-
validations:
36-
required: false
3727
- type: textarea
3828
id: steps
3929
attributes:
@@ -47,7 +37,7 @@ body:
4737
3.
4838
4.
4939
validations:
50-
required: true
40+
required: false
5141
- type: textarea
5242
id: context
5343
attributes:

0 commit comments

Comments
 (0)