Remove duplicate semantic labeling from issue templates (#5114)

- Remove [Bug] and [Feature] prefixes from titles
- Remove enhancement label from feature template

Fixes #5100
This commit is contained in:
Benjamin Lu
2025-08-20 12:52:15 -04:00
committed by GitHub
parent 337fb2100a
commit bcdb96a727
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
name: Bug Report
description: 'Report something that is not working correctly'
title: '[Bug]: '
title: ''
labels: ['Potential Bug']
type: Bug

View File

@@ -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: