[bugfix] Remove empty title field from issue templates (#5136)

Removed `title: ''` from bug report and feature request templates

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Benjamin Lu
2025-08-20 19:01:24 -04:00
committed by GitHub
parent 20b0927783
commit 4e8f665a19
2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,5 @@
name: Feature Request
description: Report a problem or limitation you're experiencing
title: ''
labels: []
type: Feature