File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐛 Bug Report
2
2
description : Create a report to help us improve
3
3
title : " [Bug]: "
4
- labels : [" bug" ]
4
+ labels : [bug]
5
5
6
6
body :
7
7
- type : markdown
8
8
attributes :
9
- value : |
10
- Thanks for taking the time to fill out this bug report!
9
+ value : Thanks for taking the time to fill out this bug report!
11
10
12
11
- type : textarea
13
12
id : description
@@ -23,10 +22,11 @@ body:
23
22
label : To Reproduce
24
23
description : Steps to reproduce the behavior
25
24
placeholder : |
26
- 1. Go to '...'
27
- 2. Click on '....'
28
- 3. Scroll down to '....'
29
- 4. See error
25
+ 1. Create a new project
26
+ 2. Install the package
27
+ 3. Configure it
28
+ 4. Run the build
29
+ 5. See error
30
30
validations :
31
31
required : true
32
32
@@ -39,10 +39,10 @@ body:
39
39
required : true
40
40
41
41
- type : textarea
42
- id : screenshots
42
+ id : solution
43
43
attributes :
44
- label : Screenshots
45
- description : Add screenshots if applicable
44
+ label : Suggested solution
45
+ description : Suggest a fix/reason for the bug
46
46
validations :
47
47
required : false
48
48
53
53
description : Additional context about the problem.
54
54
validations :
55
55
required : false
56
-
57
- - type : checkboxes
58
- id : terms
59
- attributes :
60
- label : Code of Conduct
61
- description : By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md).
62
- options :
63
- - label : I agree to follow this project's **Code of Conduct**
64
- required : true
You can’t perform that action at this time.
0 commit comments