Remove automatically prefixed "[BUG]" in the issue title

Remove "[BUG]" from the default issue as maintainers can
use labeling mechanism to tell whether it is
This commit is contained in:
zzxwill
2020-12-03 11:54:02 +08:00
parent 0c22a4c72e
commit 2bd770d88d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
name: Bug report
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: "[BUG]"
title: ""
labels: kind/bug
assignees: ''
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: Feature request
name: "\U0001F680 Feature request"
about: Suggest an idea for this project
title: "[Feature]"
labels: kind/feature