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