From 75f9fa5daf6690dff62841599c14e2a873dd2bea Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 28 Aug 2024 01:17:31 -0400 Subject: [PATCH] Added confirm for checking discussion threads Signed-off-by: Jakob --- .github/ISSUE_TEMPLATE/4-feature-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.yml b/.github/ISSUE_TEMPLATE/4-feature-request.yml index 42406120a..2bfec45b4 100644 --- a/.github/ISSUE_TEMPLATE/4-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/4-feature-request.yml @@ -9,6 +9,8 @@ body: options: - label: I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate feature requests required: true + - label: I checked the [existing discussions](https://github.com/orgs/modrinth/discussions) for duplicate feature requests + required: true - label: I have checked that this feature request is not on our [roadmap](https://roadmap.modrinth.com) required: true - type: dropdown @@ -43,4 +45,4 @@ body: label: Additional context description: Add any other context or screenshots about the suggested enhancement here. validations: - required: false \ No newline at end of file + required: false