mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 04:27:31 +08:00
Update template
This commit is contained in:
parent
f86d3a275f
commit
3c3b42a6c0
9
.github/ISSUE_TEMPLATE/help_wanted.yaml
vendored
9
.github/ISSUE_TEMPLATE/help_wanted.yaml
vendored
@ -7,7 +7,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
#### 提问前建议先自己去尝试解决,可以借助一些搜索引擎(谷歌/必应/New Bing/StackOverflow等等)。如果实在无法自己解决再发issues,在提issues之前,请先仔细阅读《[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)》
|
||||
#### 提问前请先自己去尝试解决,可以借助chatgpt或一些搜索引擎(谷歌/必应/New Bing/StackOverflow等等)。如果实在无法自己解决再发issue,在提issue之前,请先了解《[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)》
|
||||
---
|
||||
### 什么样的issues会被close
|
||||
1. 伸手党
|
||||
@ -16,6 +16,7 @@ body:
|
||||
4. 低级的如缺少依赖而导致无法运行的问题
|
||||
4. 所用的数据集是无授权数据集(游戏角色/二次元人物暂不归为此类,但是训练时候也要小心谨慎。如果能联系到官方,必须先和官方联系并核实清楚)
|
||||
---
|
||||
|
||||
- type: checkboxes
|
||||
id: Clause
|
||||
attributes:
|
||||
@ -37,7 +38,7 @@ body:
|
||||
id: System
|
||||
attributes:
|
||||
label: 系统平台版本号
|
||||
description: Windows请执行`winver`,Linux请执行`uname -a`
|
||||
description: Windows请执行`winver` | Linux请执行`uname -a`
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@ -62,7 +63,7 @@ body:
|
||||
attributes:
|
||||
label: sovits分支
|
||||
options:
|
||||
- 4.0(Default)
|
||||
- 4.0(默认)
|
||||
- 4.0-v2
|
||||
- 3.0-32k
|
||||
- 3.0-48k
|
||||
@ -105,7 +106,7 @@ body:
|
||||
- type: textarea
|
||||
id: ValidOneClick
|
||||
attributes:
|
||||
label: 截图so-vits-svc/文件夹并粘贴到此处
|
||||
label: 截图`so-vits-svc/`文件夹并粘贴到此处
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
116
.github/ISSUE_TEMPLATE/help_wanted_en_US.yaml
vendored
Normal file
116
.github/ISSUE_TEMPLATE/help_wanted_en_US.yaml
vendored
Normal file
@ -0,0 +1,116 @@
|
||||
name: Ask for help
|
||||
description: Encountered an error cannot be resolved by self
|
||||
title: '[Help]: '
|
||||
labels: [ "help wanted" ]
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
#### Please try to solve the problem yourself before asking for help,You can use chatgpt or some search engines like google, bing, new bing and StackOverflow until you really find that you can't solve it by yourself. And before you raise an issue, please understand *[How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)* in advance
|
||||
---
|
||||
### What kind of issue will be close immediately
|
||||
1. Beggars or Free Riders
|
||||
2. One click package / Environment package (Not using `pip install -r requirement.txt`)
|
||||
3. Incomplete information
|
||||
4. Stupid issues such as miss a dependency package
|
||||
4. Using unauthorized dataset (Game characters / anime characters are not included in this category temporarily but you still need to pay attention. If you can contact the official, you must contact the official and verify it at first.)
|
||||
---
|
||||
|
||||
- type: checkboxes
|
||||
id: Clause
|
||||
attributes:
|
||||
label: Please check the checkboxes below.
|
||||
options:
|
||||
- label: "I have read README.md carefully"
|
||||
required: true
|
||||
- label: "I have been troubleshooting issues through various search engines. The questions I want to ask are not common"
|
||||
required: true
|
||||
- label: "I am NOT using one click package / environment package"
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# Please fill in the following information according to your actual environment
|
||||
|
||||
- type: input
|
||||
id: System
|
||||
attributes:
|
||||
label: OS version
|
||||
description: Windows run `winver` | Linux run `uname -a`
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: PythonVersion
|
||||
attributes:
|
||||
label: Python version
|
||||
description: Run `python -V` to check
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: PyTorchVersion
|
||||
attributes:
|
||||
label: PyTorch version
|
||||
description: Run `pip show torch` to check
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: Branch
|
||||
attributes:
|
||||
label: Branch of sovits
|
||||
options:
|
||||
- 4.0(Default)
|
||||
- 4.0-v2
|
||||
- 3.0-32k
|
||||
- 3.0-48k
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: DatasetSource
|
||||
attributes:
|
||||
label: Dataset source (Used to judge the dataset quality)
|
||||
description: Like: UVR-processed streaming audio / Recorded in recording studio
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: WhereOccurs
|
||||
attributes:
|
||||
label: Where thr problem occurs or what command you executed
|
||||
description: Like: Preprocessing / Training / `python preprocess_hubert_f0.py`
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: Description
|
||||
attributes:
|
||||
label: Problem description
|
||||
description: Describe your problem here, the more detailed the better.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: Log
|
||||
attributes:
|
||||
label: Log
|
||||
description: All information output from the command you executed to the end of execution
|
||||
render: python
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: ValidOneClick
|
||||
attributes:
|
||||
label: Screenshot `so-vits-svc/` folder and paste here
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: Supplementary
|
||||
attributes:
|
||||
label: Supplementary description
|
Loading…
Reference in New Issue
Block a user