We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cee3f6 commit 307e818Copy full SHA for 307e818
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -33,6 +33,15 @@ body:
33
validations:
34
required: true
35
36
+ - type: textarea
37
+ id: description
38
+ attributes:
39
+ label: Description of the problem
40
+ description: |
41
+ Describe as exactly as possible what is not working.
42
+ validations:
43
+ required: true
44
+
45
- type: textarea
46
id: steps-to-reproduce
47
attributes:
@@ -47,20 +56,6 @@ body:
56
48
57
49
58
50
- - type: textarea
51
- id: expected-behavior
52
- attributes:
53
- label: Expected behavior
54
- description: |
55
- Tell us what you expect to happen.
-
- id: actual-behavior
59
60
- label: Actual behavior
61
62
- Tell us what happens with the steps given above.
63
64
65
id: additional-information
66
0 commit comments