From 952b9ff7a615f113508b7ea06d2f60a8d034f9ba Mon Sep 17 00:00:00 2001 From: dakshsinghrathore Date: Sat, 11 May 2024 11:45:56 +0530 Subject: [PATCH] feat: updated record of issue forms --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ .github/ISSUE_TEMPLATE/documentation.yml | 2 ++ .github/ISSUE_TEMPLATE/feature.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b6cd511..3849e0f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -22,5 +22,7 @@ options: - label: "I agree to follow this project's Code of Conduct" required: true + - label: I have checked the existing [issues](https://github.com/Satyam1923/Spring-Music-Player/issues) + required: true - label: "I'm a GSSOC'24 contributor" - label: "I want to work on this issue" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 636ab47..4b8a7ce 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -22,5 +22,7 @@ body: options: - label: "I agree to follow this project's Code of Conduct" required: true + - label: I have checked the existing [issues](https://github.com/Satyam1923/Spring-Music-Player/issues) + required: true - label: "I'm a GSSOC'24 contributor" - label: "I want to work on this issue" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index afbb1f3..02b50ba 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -21,5 +21,7 @@ body: options: - label: "I agree to follow this project's Code of Conduct" required: true + - label: I have checked the existing [issues](https://github.com/Satyam1923/Spring-Music-Player/issues) + required: true - label: "I'm a GSSOC'24 contributor" - label: "I want to work on this issue" \ No newline at end of file