diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 777c39379..954a7eccc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,10 +37,12 @@ body: label: What browsers are you seeing the problem on? multiple: true options: + - All (its generally a browser agnostic issue) - Firefox - Chrome - Safari - Microsoft Edge + - Other - type: checkboxes id: terms attributes: @@ -48,7 +50,9 @@ body: options: - label: "I have read the Contributing Guidelines" required: true - - label: "I'm a GSSOC'24 contributor" + - label: "I'm a GSSOC'25 contributor" required: false - - label: "I want to work on this issue" + - label: "I'm a Hacktoberfest contributor" required: false + - label: "I want to work on this issue" + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation_update.yml b/.github/ISSUE_TEMPLATE/documentation_update.yml index b7666b1fe..10266e0cd 100644 --- a/.github/ISSUE_TEMPLATE/documentation_update.yml +++ b/.github/ISSUE_TEMPLATE/documentation_update.yml @@ -54,7 +54,9 @@ body: options: - label: "I have read the Contributing Guidelines" required: true - - label: "I'm a GSSOC'24 contributor" + - label: "I'm a GSSOC'25 contributor" required: false - - label: "I want to work on this issue" + - label: "I'm a Hacktoberfest contributor" required: false + - label: "I want to work on this issue" + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0e2de67ea..3ebbee6ec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -57,7 +57,9 @@ body: options: - label: "I have read the Contributing Guidelines" required: true - - label: "I'm a GSSOC'24 contributor" + - label: "I'm a GSSOC'25 contributor" required: false - - label: "I want to work on this issue" + - label: "I'm a Hacktoberfest contributor" required: false + - label: "I want to work on this issue" + required: false \ No newline at end of file