From 59e30c26ead57bf33ebedbab33083f3b89692140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fischer?= Date: Wed, 20 Aug 2025 18:39:09 -0400 Subject: [PATCH] Allow only a single selection for Scope --- .github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml index b804731..1a45fa2 100644 --- a/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml +++ b/.github/ISSUE_TEMPLATE/CODING-GUIDELINE.yml @@ -105,7 +105,6 @@ body: attributes: label: Scope description: Module - This guideline can be checked at the module level. Crate - This guideline can be checked at the crate level. System - This guideline must be checked alongside the entire source. If unsure, choose "System" as it's the most strict and will likely be revisited. - multiple: true options: - Module - Crate