mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-08 11:57:43 +08:00
Update issues template
This commit is contained in:
parent
e1c0cf8076
commit
46e805188c
4
.github/ISSUE_TEMPLATE/ask_for_help.yaml
vendored
4
.github/ISSUE_TEMPLATE/ask_for_help.yaml
vendored
@ -7,7 +7,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
#### 提问前请先自己去尝试解决,比如查看[本仓库wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution),也可以借助chatgpt或一些搜索引擎(谷歌/必应/New Bing/StackOverflow等等)。如果实在无法自己解决再发issue,在提issue之前,请先了解《[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)》。
|
||||
#### 提问前请先自己去尝试解决,比如查看[本仓库wiki](https://github.com/svc-develop-team/so-vits-svc/wiki),也可以借助chatgpt或一些搜索引擎(谷歌/必应/New Bing/StackOverflow等等)。如果实在无法自己解决再发issue,在提issue之前,请先了解《[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)》。
|
||||
---
|
||||
### 什么样的issue会被直接close
|
||||
1. 伸手党
|
||||
@ -106,7 +106,7 @@ body:
|
||||
id: Log
|
||||
attributes:
|
||||
label: 日志
|
||||
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里
|
||||
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里,日志量少的话也可以直接贴在下面
|
||||
render: python
|
||||
validations:
|
||||
required: true
|
||||
|
@ -7,7 +7,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
#### Please try to solve the problem yourself before asking for help. At first you can read *[Quick solution in wiki](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)*. Then 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.
|
||||
#### Please try to solve the problem yourself before asking for help. At first you can read *[repo wiki](https://github.com/svc-develop-team/so-vits-svc/wiki)*. Then 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 closed immediately
|
||||
1. Beggars or Free Riders
|
||||
@ -106,7 +106,7 @@ body:
|
||||
id: Log
|
||||
attributes:
|
||||
label: Log
|
||||
description: All information output from the command you executed to the end of execution (include the command)
|
||||
description: All information output from the command you executed to the end of execution (include the command). It can also be directly posted below if there is only few text.
|
||||
render: python
|
||||
validations:
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -81,7 +81,7 @@ body:
|
||||
id: Log
|
||||
attributes:
|
||||
label: 日志
|
||||
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里
|
||||
description: 将从执行命令到执行完毕输出的所有信息(包括你所执行的命令)粘贴到[pastebin.com](https://pastebin.com/)并把剪贴板链接贴到这里,日志量少的话也可以直接贴在下面
|
||||
render: python
|
||||
validations:
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/bug_report_en_US.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_en_US.yaml
vendored
@ -81,7 +81,7 @@ body:
|
||||
id: Log
|
||||
attributes:
|
||||
label: Log
|
||||
description: All information output from the command you executed to the end of execution (include the command). You can paste them to [pastebin.com](https://pastebin.com/) then paste the short link here.
|
||||
description: All information output from the command you executed to the end of execution (include the command). You can paste them to [pastebin.com](https://pastebin.com/) then paste the short link here. It can also be directly posted below if there is only few text.
|
||||
render: python
|
||||
validations:
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user