Remove <title> from issue template

This commit is contained in:
yangdx 2025-04-18 15:31:34 +08:00
parent fb617d544c
commit 346a8919a4
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
title: "[Bug]: <title>"
title: "[Bug]:"
labels: ["bug", "triage"]
body:

View File

@ -1,7 +1,7 @@
name: Feature Request
description: File a feature request
labels: ["enhancement"]
title: "[Feature Request]: <title>"
title: "[Feature Request]:"
body:
- type: checkboxes

View File

@ -1,7 +1,7 @@
name: Question
description: Ask a general question
labels: ["question"]
title: "[Question]: <title>"
title: "[Question]:"
body:
- type: checkboxes