Skip to content

Commit 1e09cb5

Browse files
authored
Merge pull request #1675 from steam-bell-92/feature
Updated ISSUE_TEMPLATE labels
2 parents 51112a0 + 00acd0b commit 1e09cb5

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,22 @@ body:
3737
label: What browsers are you seeing the problem on?
3838
multiple: true
3939
options:
40+
- All (its generally a browser agnostic issue)
4041
- Firefox
4142
- Chrome
4243
- Safari
4344
- Microsoft Edge
45+
- Other
4446
- type: checkboxes
4547
id: terms
4648
attributes:
4749
label: Record
4850
options:
4951
- label: "I have read the Contributing Guidelines"
5052
required: true
51-
- label: "I'm a GSSOC'24 contributor"
53+
- label: "I'm a GSSOC'25 contributor"
5254
required: false
53-
- label: "I want to work on this issue"
55+
- label: "I'm a Hacktoberfest contributor"
5456
required: false
57+
- label: "I want to work on this issue"
58+
required: false

.github/ISSUE_TEMPLATE/documentation_update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ body:
5454
options:
5555
- label: "I have read the Contributing Guidelines"
5656
required: true
57-
- label: "I'm a GSSOC'24 contributor"
57+
- label: "I'm a GSSOC'25 contributor"
5858
required: false
59-
- label: "I want to work on this issue"
59+
- label: "I'm a Hacktoberfest contributor"
6060
required: false
61+
- label: "I want to work on this issue"
62+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ body:
5757
options:
5858
- label: "I have read the Contributing Guidelines"
5959
required: true
60-
- label: "I'm a GSSOC'24 contributor"
60+
- label: "I'm a GSSOC'25 contributor"
6161
required: false
62-
- label: "I want to work on this issue"
62+
- label: "I'm a Hacktoberfest contributor"
6363
required: false
64+
- label: "I want to work on this issue"
65+
required: false

0 commit comments

Comments
 (0)