diff --git a/.github/ISSUE_TEMPLATE/Create feature_request.yml b/.github/ISSUE_TEMPLATE/Create feature_request.yml index 10b0b601..8d1f136a 100644 --- a/.github/ISSUE_TEMPLATE/Create feature_request.yml +++ b/.github/ISSUE_TEMPLATE/Create feature_request.yml @@ -59,3 +59,5 @@ body: required: true - label: "I want to work on this issue" required: false + - label: "I am a part of gssoc26" + required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ac8bc491..2c770659 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,3 +50,5 @@ body: required: true - label: "I want to work on this issue" required: false + - label: "I am a part of gssoc26" + required: true diff --git a/.github/ISSUE_TEMPLATE/documentation_update.yml b/.github/ISSUE_TEMPLATE/documentation_update.yml index e0f73311..243ba03a 100644 --- a/.github/ISSUE_TEMPLATE/documentation_update.yml +++ b/.github/ISSUE_TEMPLATE/documentation_update.yml @@ -56,3 +56,5 @@ body: required: true - label: "I want to work on this issue" required: false + - label: "I am a part of gssoc26" + required: true