From 546e3a432c0173942b69140ab4fd5b785c13f637 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期二, 16 一月 2024 14:28:53 +0800 Subject: [PATCH] raise issues --- .github/ISSUE_TEMPLATE/config.yaml | 1 .github/ISSUE_TEMPLATE/ask_questions.md | 34 +++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/error_docs.md | 15 +++++++ 4 files changed, 94 insertions(+), 0 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask_questions.md b/.github/ISSUE_TEMPLATE/ask_questions.md new file mode 100644 index 0000000..23a5a7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_questions.md @@ -0,0 +1,34 @@ +--- +name: 鉂� Questions/Help +about: If you have questions, please first search existing issues and docs +labels: 'question, needs triage' +--- + +## 鉂� Questions and Help + +### Before asking: +1. search the issues. +2. search the docs. + +<!-- If you still can't find what you need: --> + +#### What is your question? + +#### Code + +<!-- Please paste a code snippet if your question requires it! --> + +#### What have you tried? + +#### What's your environment? + + - OS (e.g., Linux): + - FunASR Version (e.g., 1.0.0): + - ModelScope Version (e.g., 1.11.0): + - PyTorch Version (e.g., 2.0.0): + - How you installed funasr (`pip`, source): + - Python version: + - GPU (e.g., V100M32) + - CUDA/cuDNN version (e.g., cuda11.7): + - Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1) + - Any other relevant information: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..82ba025 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: 馃悰 Bug Report +about: Submit a bug report to help us improve +labels: 'bug, needs triage' +--- + +## 馃悰 Bug + +<!-- A clear and concise description of what the bug is. --> + +### To Reproduce + +Steps to reproduce the behavior (**always include the command you ran**): + +1. Run cmd '....' +2. See error + +<!-- If you have a code sample, error messages, stack traces, please provide it here as well --> + + +#### Code sample +<!-- Ideally attach a minimal code sample to reproduce the decried issue. +Minimal means having the shortest code but still preserving the bug. --> + +### Expected behavior + +<!-- A clear and concise description of what you expected to happen. --> + +### Environment + + - OS (e.g., Linux): + - FunASR Version (e.g., 1.0.0): + - ModelScope Version (e.g., 1.11.0): + - PyTorch Version (e.g., 2.0.0): + - How you installed funasr (`pip`, source): + - Python version: + - GPU (e.g., V100M32) + - CUDA/cuDNN version (e.g., cuda11.7): + - Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1) + - Any other relevant information: + +### Additional context + +<!-- Add any other context about the problem here. --> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/error_docs.md b/.github/ISSUE_TEMPLATE/error_docs.md new file mode 100644 index 0000000..ee731c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/error_docs.md @@ -0,0 +1,15 @@ +--- +name: 馃摎 Documentation/Typos +about: Report an issue related to documentation or a typo +labels: 'documentation, needs triage' +--- + +## 馃摎 Documentation + +For typos and doc fixes, please go ahead and: + +1. Create an issue. +2. Fix the typo. +3. Submit a PR. + +Thanks! \ No newline at end of file -- Gitblit v1.9.1