From a3bc5a2923af4729c4a5a07790437eacded1ba85 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:11:43 +0800 Subject: [PATCH 01/11] Update issue templates --- .github/ISSUE_TEMPLATE/others.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/others.md diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/others.md new file mode 100644 index 000000000..edfe14eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/others.md @@ -0,0 +1,32 @@ +--- +name: Others +about: Report any other non-support related issues. +title: '' +labels: '' +assignees: '' + +--- + +name: 🧩 其他 Others +description: 提出其他问题。 Report any other non-support related issues. +labels: + +body: +- type: markdown + attributes: + value: > + #### 你可以在这里提出任何前面几类模板不适用的问题,包括但不限于:优化性建议、框架使用体验反馈、版本兼容性问题、报错信息不清楚等。 + + #### You can report any issues that are not applicable to the previous types of templates, including but not limited to: enhancement suggestions, feedback on the use of the framework, version compatibility issues, unclear error information, etc. + +- type: textarea + id: others + attributes: + label: 问题描述 Please describe your issue + validations: + required: true + +- type: markdown + attributes: + value: > + 感谢你的贡献 🎉! Thanks for your contribution 🎉! From bf46c0340e82fbaf7bd40ecce1b12b6bfb287762 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:13:14 +0800 Subject: [PATCH 02/11] Rename others.md to others.yaml --- .github/ISSUE_TEMPLATE/{others.md => others.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{others.md => others.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/others.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/others.md rename to .github/ISSUE_TEMPLATE/others.yaml From 49cc4145d240bfd422921c0639224cdd19dbded5 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:14:22 +0800 Subject: [PATCH 03/11] Rename others.yaml to others.md --- .github/ISSUE_TEMPLATE/{others.yaml => others.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{others.yaml => others.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/others.yaml b/.github/ISSUE_TEMPLATE/others.md similarity index 100% rename from .github/ISSUE_TEMPLATE/others.yaml rename to .github/ISSUE_TEMPLATE/others.md From 937b07c917d47791e14e18e10da0f1e91551de7f Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:16:08 +0800 Subject: [PATCH 04/11] Update issue templates --- .github/ISSUE_TEMPLATE/---others.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/bug-report-asr.md | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/---others.md diff --git a/.github/ISSUE_TEMPLATE/---others.md b/.github/ISSUE_TEMPLATE/---others.md new file mode 100644 index 000000000..e135a2689 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---others.md @@ -0,0 +1,15 @@ +--- +name: "\U0001F9E9 Others" +about: Report any other non-support related issues. +title: '' +labels: '' +assignees: '' + +--- + +## Others + + diff --git a/.github/ISSUE_TEMPLATE/bug-report-asr.md b/.github/ISSUE_TEMPLATE/bug-report-asr.md index 44f3c1401..731cc4b63 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-asr.md +++ b/.github/ISSUE_TEMPLATE/bug-report-asr.md @@ -2,7 +2,7 @@ name: "\U0001F41B ASR Bug Report" about: Create a report to help us improve title: '' -labels: Bug, S2T +labels: Bug, Question, S2T assignees: zh794390558 --- From 02e8ab10a73c58ce94230b72c9142764f102661a Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:16:45 +0800 Subject: [PATCH 05/11] Delete others.md --- .github/ISSUE_TEMPLATE/others.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/others.md diff --git a/.github/ISSUE_TEMPLATE/others.md b/.github/ISSUE_TEMPLATE/others.md deleted file mode 100644 index edfe14eb5..000000000 --- a/.github/ISSUE_TEMPLATE/others.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Others -about: Report any other non-support related issues. -title: '' -labels: '' -assignees: '' - ---- - -name: 🧩 其他 Others -description: 提出其他问题。 Report any other non-support related issues. -labels: - -body: -- type: markdown - attributes: - value: > - #### 你可以在这里提出任何前面几类模板不适用的问题,包括但不限于:优化性建议、框架使用体验反馈、版本兼容性问题、报错信息不清楚等。 - - #### You can report any issues that are not applicable to the previous types of templates, including but not limited to: enhancement suggestions, feedback on the use of the framework, version compatibility issues, unclear error information, etc. - -- type: textarea - id: others - attributes: - label: 问题描述 Please describe your issue - validations: - required: true - -- type: markdown - attributes: - value: > - 感谢你的贡献 🎉! Thanks for your contribution 🎉! From 4f996611a74c7ba60d4c8cb665c3b2f872d40ce8 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:17:24 +0800 Subject: [PATCH 06/11] Rename ---others.md to others.md --- .github/ISSUE_TEMPLATE/{---others.md => others.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{---others.md => others.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/---others.md b/.github/ISSUE_TEMPLATE/others.md similarity index 100% rename from .github/ISSUE_TEMPLATE/---others.md rename to .github/ISSUE_TEMPLATE/others.md From 0d25c92c285f18f31609c17f96a2fd2dec963f83 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:19:54 +0800 Subject: [PATCH 07/11] Update and rename bug-report-asr.md to bug-report-s2t.md --- .../ISSUE_TEMPLATE/{bug-report-asr.md => bug-report-s2t.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report-asr.md => bug-report-s2t.md} (95%) diff --git a/.github/ISSUE_TEMPLATE/bug-report-asr.md b/.github/ISSUE_TEMPLATE/bug-report-s2t.md similarity index 95% rename from .github/ISSUE_TEMPLATE/bug-report-asr.md rename to .github/ISSUE_TEMPLATE/bug-report-s2t.md index 731cc4b63..597e9a521 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-asr.md +++ b/.github/ISSUE_TEMPLATE/bug-report-s2t.md @@ -1,7 +1,7 @@ --- -name: "\U0001F41B ASR Bug Report" +name: "\U0001F41B S2T Bug Report" about: Create a report to help us improve -title: '' +title: [S2T]XXXX labels: Bug, Question, S2T assignees: zh794390558 From 3acbdd0dd7c0a6f41b9f348cb77e079f1b9cad35 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:20:39 +0800 Subject: [PATCH 08/11] Update bug-report-s2t.md --- .github/ISSUE_TEMPLATE/bug-report-s2t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-s2t.md b/.github/ISSUE_TEMPLATE/bug-report-s2t.md index 597e9a521..d3c808ea7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-s2t.md +++ b/.github/ISSUE_TEMPLATE/bug-report-s2t.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B S2T Bug Report" about: Create a report to help us improve -title: [S2T]XXXX +title: "[S2T]XXXX" labels: Bug, Question, S2T assignees: zh794390558 From 2e4fa5cba885a300da15d3cc3c4f008883244df5 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:21:27 +0800 Subject: [PATCH 09/11] Update bug-report-tts.md --- .github/ISSUE_TEMPLATE/bug-report-tts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-tts.md b/.github/ISSUE_TEMPLATE/bug-report-tts.md index d8f7afa82..aec202c96 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-tts.md +++ b/.github/ISSUE_TEMPLATE/bug-report-tts.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B TTS Bug Report" about: Create a report to help us improve -title: '' +title: '[TTS]XXXX' labels: Bug, T2S assignees: yt605155624 From a08ad4d1a6285d8dd3908b78e1bb0098d7595d44 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:24:10 +0800 Subject: [PATCH 10/11] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report-tts.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-tts.md b/.github/ISSUE_TEMPLATE/bug-report-tts.md index aec202c96..64b33c32e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-tts.md +++ b/.github/ISSUE_TEMPLATE/bug-report-tts.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B TTS Bug Report" about: Create a report to help us improve -title: '[TTS]XXXX' +title: "[TTS]XXXX" labels: Bug, T2S assignees: yt605155624 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 8f7e094da..10b0f3f02 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,7 @@ name: "\U0001F680 Feature Request" about: As a user, I want to request a New Feature on the product. title: '' labels: feature request -assignees: '' +assignees: D-DanielYang, iftaken --- From ed16f96a9cb027d250bdcf1d3d33ff7151e2d301 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 29 Aug 2022 17:25:08 +0800 Subject: [PATCH 11/11] Update bug-report-s2t.md --- .github/ISSUE_TEMPLATE/bug-report-s2t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-s2t.md b/.github/ISSUE_TEMPLATE/bug-report-s2t.md index d3c808ea7..512cdbb01 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-s2t.md +++ b/.github/ISSUE_TEMPLATE/bug-report-s2t.md @@ -2,7 +2,7 @@ name: "\U0001F41B S2T Bug Report" about: Create a report to help us improve title: "[S2T]XXXX" -labels: Bug, Question, S2T +labels: Bug, S2T assignees: zh794390558 ---