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 name: Bug Report
description: File a bug report description: File a bug report
title: "[Bug]: <title>" title: "[Bug]:"
labels: ["bug", "triage"] labels: ["bug", "triage"]
body: body:

View File

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

View File

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