yangdx commited on
Commit ·
31201dd
1
Parent(s): 0281403
Remove <title> from issue template
Browse files
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: Bug Report
|
| 2 |
description: File a bug report
|
| 3 |
-
title: "[Bug]:
|
| 4 |
labels: ["bug", "triage"]
|
| 5 |
|
| 6 |
body:
|
|
|
|
| 1 |
name: Bug Report
|
| 2 |
description: File a bug report
|
| 3 |
+
title: "[Bug]:"
|
| 4 |
labels: ["bug", "triage"]
|
| 5 |
|
| 6 |
body:
|
.github/ISSUE_TEMPLATE/feature_request.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Feature Request
|
| 2 |
description: File a feature request
|
| 3 |
labels: ["enhancement"]
|
| 4 |
-
title: "[Feature Request]:
|
| 5 |
|
| 6 |
body:
|
| 7 |
- type: checkboxes
|
|
|
|
| 1 |
name: Feature Request
|
| 2 |
description: File a feature request
|
| 3 |
labels: ["enhancement"]
|
| 4 |
+
title: "[Feature Request]:"
|
| 5 |
|
| 6 |
body:
|
| 7 |
- type: checkboxes
|
.github/ISSUE_TEMPLATE/question.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Question
|
| 2 |
description: Ask a general question
|
| 3 |
labels: ["question"]
|
| 4 |
-
title: "[Question]:
|
| 5 |
|
| 6 |
body:
|
| 7 |
- type: checkboxes
|
|
|
|
| 1 |
name: Question
|
| 2 |
description: Ask a general question
|
| 3 |
labels: ["question"]
|
| 4 |
+
title: "[Question]:"
|
| 5 |
|
| 6 |
body:
|
| 7 |
- type: checkboxes
|