From ee8791fd24ecf08ee40e4e79501db5400b98a478 Mon Sep 17 00:00:00 2001 From: Jory Raphael Date: Fri, 12 Dec 2025 11:03:47 -0500 Subject: [PATCH] Simplifying icon request titles We already have an "icon request" label for these, and they are placed in the "icon request" discussion category. By also having "icon request" in the title of the discussion, it started to feel too noisy and redundant. --- .github/DISCUSSION_TEMPLATE/icon-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/icon-requests.yml b/.github/DISCUSSION_TEMPLATE/icon-requests.yml index 3ff431166..9495f147f 100644 --- a/.github/DISCUSSION_TEMPLATE/icon-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/icon-requests.yml @@ -1,4 +1,4 @@ -title: "Icon Request: " +title: "[Icon Name] Icon" labels: - "icon request" - "new icon" @@ -57,4 +57,4 @@ body: - label: "I searched existing Discussions/Issues to avoid duplicates" required: true - label: "I understand how icon requests work and what makes one more likely to be accepted" - required: true \ No newline at end of file + required: true