From 7e9abc9b1c6b35655a6c3285a96853cf3c0bb3ac 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 32f7f2c105..75da17133d 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 7dfc94b2c13712dc6c3dc0d362c6463fb2630a30 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 3a21f1399a..b7f0c70986 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