From bd91c771c707ebc466199324227dd470dab187ab Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 6 Jun 2023 20:17:31 +0000 Subject: [PATCH 1/2] Update 'issue_template/feature.yaml' --- issue_template/feature.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/issue_template/feature.yaml b/issue_template/feature.yaml index 32f7f2c10..75da17133 100644 --- a/issue_template/feature.yaml +++ b/issue_template/feature.yaml @@ -68,3 +68,5 @@ body: options: - label: I agree to follow this project's Contribution Guidelines required: true + - label: I have searched the issue tracker for similar requests, and this is not a duplicate. + required: true From 1d09a066051e9a5027b287ef80daa1515b2e0ad1 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 6 Jun 2023 20:17:56 +0000 Subject: [PATCH 2/2] Update 'issue_template/bug.yaml' --- issue_template/bug.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/issue_template/bug.yaml b/issue_template/bug.yaml index 3a21f1399..b7f0c7098 100644 --- a/issue_template/bug.yaml +++ b/issue_template/bug.yaml @@ -68,3 +68,5 @@ body: options: - label: I agree to follow this project's Contribution Guidelines required: true + - label: I have searched the issue tracker for similar issues, and this is not a duplicate. + required: true