Merge pull request #702 from zzxwill/issue-template

Remove automatically prefixed "[BUG]" in the issue title
This commit is contained in:
Jianbo Sun
2020-12-03 12:10:58 +08:00
committed by GitHub
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