diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3d4aea242..15fc6efff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ef1eccec6..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 9fb52a947..223e44f7f 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,7 +1,8 @@ name: SuperSonic enhancement description: Add an enhanment for SuperSonic title: "[Enhancement] " -labels: ["kind/enhancement"] +labels: enhancement + body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3981bd1fd..dd4312fd2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 000000000..e12048e60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,4 @@ +name: SuperSonic question request +title: "[question] " +description: Ask a question of SuperSonic +labels: question \ No newline at end of file