mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00:00
(improvement)(github) Optimize the issue template. (#1253)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: SuperSonic Bug report
|
name: SuperSonic Bug report
|
||||||
title: "[Bug] "
|
title: "[Bug] "
|
||||||
description: Problems and issues with code of SuperSonic
|
description: Problems and issues with code of SuperSonic
|
||||||
labels: ["kind/bug"]
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
|
||||||
3
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
3
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -1,7 +1,8 @@
|
|||||||
name: SuperSonic enhancement
|
name: SuperSonic enhancement
|
||||||
description: Add an enhanment for SuperSonic
|
description: Add an enhanment for SuperSonic
|
||||||
title: "[Enhancement] "
|
title: "[Enhancement] "
|
||||||
labels: ["kind/enhancement"]
|
labels: enhancement
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: SuperSonic feature request
|
name: SuperSonic feature request
|
||||||
description: Suggest an idea for SuperSonic
|
description: Suggest an idea for SuperSonic
|
||||||
title: "[Feature] "
|
title: "[Feature] "
|
||||||
labels: ["kind/feature"]
|
labels: feature
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
4
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name: SuperSonic question request
|
||||||
|
title: "[question] "
|
||||||
|
description: Ask a question of SuperSonic
|
||||||
|
labels: question
|
||||||
Reference in New Issue
Block a user