Skip to content

Commit 3170546

Browse files
resolved changes
1 parent a26b8bf commit 3170546

File tree

4 files changed

+11
-36
lines changed

4 files changed

+11
-36
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,11 @@ body:
3030
id: screenshots
3131
attributes:
3232
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
3636
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
4538
- type: checkboxes
4639
id: terms
4740
attributes:
@@ -50,4 +43,4 @@ body:
5043
- label: "I have read the Contributing Guidelines"
5144
required: true
5245
- label: "I have starred the repository"
53-
required: true
46+
required: true

.github/ISSUE_TEMPLATE/documentation_update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
description: Please search to see if an issue already exists for the updates you want to make.
1111
options:
1212
- label: I have searched the existing issues
13-
required: true
13+
required: false # Made optional so users can submit without prior issue check
1414
- type: textarea
1515
id: issue-description
1616
attributes:
@@ -34,7 +34,7 @@ body:
3434
description: Why is this documentation update necessary or beneficial?
3535
placeholder: Explain the importance or reasoning behind the suggested change.
3636
validations:
37-
required: False
37+
required: false
3838
- type: dropdown
3939
id: urgency
4040
attributes:
@@ -55,4 +55,4 @@ body:
5555
- label: "I have read the Contributing Guidelines"
5656
required: true
5757
- label: "I have starred the repository"
58-
required: true
58+
required: false # Made optional so users are not forced to star the repo

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
description: Please search to see if an issue already exists for this feature.
1111
options:
1212
- label: I have searched the existing issues
13-
required: true
13+
required: false # Changed from true to false, making this optional
1414
- type: textarea
1515
id: feature-description
1616
attributes:
@@ -58,4 +58,4 @@ body:
5858
- label: "I have read the Contributing Guidelines"
5959
required: true
6060
- label: "I have starred the repository"
61-
required: true
61+
required: false # Changed from true to false, making this optional

.github/ISSUE_TEMPLATE/other.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,16 @@ body:
1010
validations:
1111
required: true
1212

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-
2913
- type: checkboxes
3014
id: no-duplicate-issues
3115
attributes:
3216
label: 'Checklist 🚀'
3317
options:
34-
- label: "I checked and didn't find similar issue"
18+
- label: "I checked and didn't find a similar issue"
3519
required: true
3620

3721
- label: 'I have read the Contributing Guidelines'
3822
required: true
3923

4024
- label: 'I am willing to work on this issue (blank for no).'
4125
required: false
42-
43-

0 commit comments

Comments
 (0)