From bcdb96a727b9d3406668b49fa8bdaa80a818ae22 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 20 Aug 2025 12:52:15 -0400 Subject: [PATCH] Remove duplicate semantic labeling from issue templates (#5114) - Remove [Bug] and [Feature] prefixes from titles - Remove enhancement label from feature template Fixes #5100 --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index d4a309bf8..8e0183fd8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: 'Report something that is not working correctly' -title: '[Bug]: ' +title: '' labels: ['Potential Bug'] type: Bug diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index a32598374..3fcaa08a8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,7 @@ name: Feature Request description: Report a problem or limitation you're experiencing -title: '[Feature]: ' -labels: ['enhancement'] +title: '' +labels: [] type: Feature body: