@@ -3,38 +3,46 @@ description: File a bug report
3
3
title : " [Bug] "
4
4
labels : bug
5
5
body :
6
- - type : checkboxes
6
+ - type : input
7
7
id : existing-issue
8
8
attributes :
9
9
label : Is there an existing issue for this?
10
- description : Please search to see if an issue already exists for the bug you encountered.
11
- options :
12
- - label : I have searched the existing issues
13
- required : true
10
+ description : Please provide a link to the existing issue if applicable. If none exists, leave this blank.
11
+ placeholder : " Paste the issue link here (if available)"
14
12
- type : textarea
15
13
id : what-happened
16
14
attributes :
17
- label : Describe the bug
15
+ label : Describe the Bug
18
16
description : A concise description of what you are experiencing.
19
17
placeholder : Tell us what you see!
20
18
validations :
21
19
required : true
22
20
- type : textarea
23
21
id : expected-behaviour
24
22
attributes :
25
- label : Expected behavior
23
+ label : Expected Behavior
26
24
description : A clear and concise description of what you expected to happen.
27
25
validations :
28
26
required : true
29
27
- type : textarea
30
- id : screenshots
28
+ id : reproduction-steps
31
29
attributes :
32
- label : Add Screenshots
33
- description : Add sufficient screenshots to explain your issue.
30
+ label : Steps to Reproduce & Screenshots 📸
31
+ description : |
32
+ Please list the steps to reproduce this issue along with relevant screenshots.
33
+ This helps us diagnose and resolve the bug more efficiently.
34
+ placeholder : |
35
+ 1. Go to '...'
36
+ 2. Click on '...'
37
+ 3. Scroll down to '...'
38
+ 4. See error message...
39
+
40
+ (Attach screenshots or GIFs below to demonstrate the issue)
34
41
- type : textarea
35
42
id : environment-configuration
36
43
attributes :
37
44
label : Environment and Configuration
45
+ description : Provide details about your system and environment (e.g., OS, browser, dependencies, versions).
38
46
- type : checkboxes
39
47
id : terms
40
48
attributes :
0 commit comments