(improvement)(github) Optimize the issue template. (#1253)

This commit is contained in:
lexluo09
2024-06-27 18:14:06 +08:00
committed by GitHub
parent c5fbd0b827
commit e07e74064d
5 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
name: SuperSonic Bug report
title: "[Bug] "
description: Problems and issues with code of SuperSonic
labels: ["kind/bug"]
labels: bug
body:
- type: markdown
attributes:

View File

@@ -1,5 +0,0 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question or get support
url: https://github.com/tencentmusic/supersonic/discussions/
about: Ask a question or request support for using SuperSonic

View File

@@ -1,7 +1,8 @@
name: SuperSonic enhancement
description: Add an enhanment for SuperSonic
title: "[Enhancement] "
labels: ["kind/enhancement"]
labels: enhancement
body:
- type: markdown
attributes:

View File

@@ -1,7 +1,7 @@
name: SuperSonic feature request
description: Suggest an idea for SuperSonic
title: "[Feature] "
labels: ["kind/feature"]
labels: feature
body:
- type: markdown
attributes:

4
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
name: SuperSonic question request
title: "[question] "
description: Ask a question of SuperSonic
labels: question