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:48:41 +08:00
parent 0c22a4c72e
commit 2bd770d88d
2 changed files with 3 additions and 3 deletions

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: ''

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