File tree Expand file tree Collapse file tree 4 files changed +11
-36
lines changed Expand file tree Collapse file tree 4 files changed +11
-36
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,11 @@ body:
30
30
id : screenshots
31
31
attributes :
32
32
label : Add Screenshots
33
- description : Add sufficient Screenshots to explain your issue.
34
- - type : dropdown
35
- id : devices
33
+ description : Add sufficient screenshots to explain your issue.
34
+ - type : textarea
35
+ id : environment-configuration
36
36
attributes :
37
- label : On which device are you experiencing this bug?
38
- multiple : true
39
- options :
40
- - Android
41
- - iPhone
42
- - Linux
43
- - Chrome
44
- - Windows
37
+ label : Environment and Configuration
45
38
- type : checkboxes
46
39
id : terms
47
40
attributes :
50
43
- label : " I have read the Contributing Guidelines"
51
44
required : true
52
45
- label : " I have starred the repository"
53
- required : true
46
+ required : true
Original file line number Diff line number Diff line change 10
10
description : Please search to see if an issue already exists for the updates you want to make.
11
11
options :
12
12
- label : I have searched the existing issues
13
- required : true
13
+ required : false # Made optional so users can submit without prior issue check
14
14
- type : textarea
15
15
id : issue-description
16
16
attributes :
34
34
description : Why is this documentation update necessary or beneficial?
35
35
placeholder : Explain the importance or reasoning behind the suggested change.
36
36
validations :
37
- required : False
37
+ required : false
38
38
- type : dropdown
39
39
id : urgency
40
40
attributes :
55
55
- label : " I have read the Contributing Guidelines"
56
56
required : true
57
57
- label : " I have starred the repository"
58
- required : true
58
+ required : false # Made optional so users are not forced to star the repo
Original file line number Diff line number Diff line change 10
10
description : Please search to see if an issue already exists for this feature.
11
11
options :
12
12
- label : I have searched the existing issues
13
- required : true
13
+ required : false # Changed from true to false, making this optional
14
14
- type : textarea
15
15
id : feature-description
16
16
attributes :
58
58
- label : " I have read the Contributing Guidelines"
59
59
required : true
60
60
- label : " I have starred the repository"
61
- required : true
61
+ required : false # Changed from true to false, making this optional
Original file line number Diff line number Diff line change @@ -10,34 +10,16 @@ body:
10
10
validations :
11
11
required : true
12
12
13
- - type : dropdown
14
- id : browser
15
- attributes :
16
- label : ' ✨ Browser'
17
- description : ' What browser are you using ?'
18
- options :
19
- - Google Chrome
20
- - Brave
21
- - Arc
22
- - Safari
23
- - Microsoft Edge
24
- - Mozilla Firefox
25
- - Other
26
- validations :
27
- required : true
28
-
29
13
- type : checkboxes
30
14
id : no-duplicate-issues
31
15
attributes :
32
16
label : ' Checklist 🚀'
33
17
options :
34
- - label : " I checked and didn't find similar issue"
18
+ - label : " I checked and didn't find a similar issue"
35
19
required : true
36
20
37
21
- label : ' I have read the Contributing Guidelines'
38
22
required : true
39
23
40
24
- label : ' I am willing to work on this issue (blank for no).'
41
25
required : false
42
-
43
-
You can’t perform that action at this time.
0 commit comments