mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[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:
1
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -1,6 +1,5 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: 'Report something that is not working correctly'
|
description: 'Report something that is not working correctly'
|
||||||
title: ''
|
|
||||||
labels: ['Potential Bug']
|
labels: ['Potential Bug']
|
||||||
type: Bug
|
type: Bug
|
||||||
|
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
1
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
@@ -1,6 +1,5 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Report a problem or limitation you're experiencing
|
description: Report a problem or limitation you're experiencing
|
||||||
title: ''
|
|
||||||
labels: []
|
labels: []
|
||||||
type: Feature
|
type: Feature
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user