From 5677aaa3c3f6c009790220a1e12cdba335f0fb50 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Sat, 27 Aug 2022 20:49:56 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/---asr-bug-report.md | 42 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/---tts-bug-report.md | 42 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/--tts-bug-report.md | 42 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 5 ++- .github/ISSUE_TEMPLATE/question.md | 3 ++ 6 files changed, 134 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/---asr-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/---tts-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/--tts-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/---asr-bug-report.md b/.github/ISSUE_TEMPLATE/---asr-bug-report.md new file mode 100644 index 000000000..287234351 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---asr-bug-report.md @@ -0,0 +1,42 @@ +--- +name: "\U0001F41B ASR Bug Report" +about: Create a report to help us improve +title: '' +labels: Bug, T2S +assignees: zh794390558 + +--- + +For support and discussions, please use our [Discourse forums](https://github.com/PaddlePaddle/DeepSpeech/discussions). + +If you've found a bug then please create an issue with the following information: + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. Ubuntu] + - GCC/G++ Version [e.g. 8.3] + - Python Version [e.g. 3.7] + - PaddlePaddle Version [e.g. 2.0.0] + - Model Version [e.g. 2.0.0] + - GPU/DRIVER Informationo [e.g. Tesla V100-SXM2-32GB/440.64.00] + - CUDA/CUDNN Version [e.g. cuda-10.2] + - MKL Version +- TensorRT Version + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/---tts-bug-report.md b/.github/ISSUE_TEMPLATE/---tts-bug-report.md new file mode 100644 index 000000000..d8f7afa82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---tts-bug-report.md @@ -0,0 +1,42 @@ +--- +name: "\U0001F41B TTS Bug Report" +about: Create a report to help us improve +title: '' +labels: Bug, T2S +assignees: yt605155624 + +--- + +For support and discussions, please use our [Discourse forums](https://github.com/PaddlePaddle/DeepSpeech/discussions). + +If you've found a bug then please create an issue with the following information: + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. Ubuntu] + - GCC/G++ Version [e.g. 8.3] + - Python Version [e.g. 3.7] + - PaddlePaddle Version [e.g. 2.0.0] + - Model Version [e.g. 2.0.0] + - GPU/DRIVER Informationo [e.g. Tesla V100-SXM2-32GB/440.64.00] + - CUDA/CUDNN Version [e.g. cuda-10.2] + - MKL Version +- TensorRT Version + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/--tts-bug-report.md b/.github/ISSUE_TEMPLATE/--tts-bug-report.md new file mode 100644 index 000000000..af963cdf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--tts-bug-report.md @@ -0,0 +1,42 @@ +--- +name: "\U0001F41BTTS Bug Report" +about: Create a report to help us improve +title: '' +labels: Bug, T2S +assignees: yt605155624 + +--- + +For support and discussions, please use our [Discourse forums](https://github.com/PaddlePaddle/DeepSpeech/discussions). + +If you've found a bug then please create an issue with the following information: + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. Ubuntu] + - GCC/G++ Version [e.g. 8.3] + - Python Version [e.g. 3.7] + - PaddlePaddle Version [e.g. 2.0.0] + - Model Version [e.g. 2.0.0] + - GPU/DRIVER Informationo [e.g. Tesla V100-SXM2-32GB/440.64.00] + - CUDA/CUDNN Version [e.g. cuda-10.2] + - MKL Version +- TensorRT Version + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 136160240..eff5475b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: 'Bug' +labels: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3c9dd487c..8f7e094da 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,10 @@ --- name: "\U0001F680 Feature Request" about: As a user, I want to request a New Feature on the product. -labels: "feature request" +title: '' +labels: feature request +assignees: '' + --- ## Feature Request diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 423ed34fd..445905c61 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,10 @@ --- name: "\U0001F914 Ask a Question" about: I want to ask a question. +title: '' labels: Question +assignees: '' + --- ## General Question