forked from sandboxdream/AI-Vtuber
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #833 from Ikaros-521/owner
优化github issue模板等
- Loading branch information
Showing
9 changed files
with
160 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Auto detect text files and perform LF normalization | ||
data/text2vec_models filter=lfs diff=lfs merge=lfs -text | ||
*.js linguist-language=Python |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: 🐛 Bug 反馈 | Bug Report | ||
title: "🐛 Bug: 出现异常" | ||
description: 提交 Bug 反馈以帮助我们改进代码 | ||
labels: ["bug"] | ||
body: | ||
- type: dropdown | ||
id: env-os | ||
attributes: | ||
label: 操作系统 | ||
description: 选择运行 AI Vtuber 的系统 | ||
options: | ||
- Windows | ||
- MacOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: env-python-ver | ||
attributes: | ||
label: Python 版本 | ||
description: 填写运行 AI Vtuber 的 Python 版本 | ||
placeholder: e.g. 3.10.11 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: env-nb-ver | ||
attributes: | ||
label: AI Vtuber 版本 | ||
description: 填写 AI Vtuber 版本(日期) | ||
placeholder: e.g. 20240510 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: 描述问题 | ||
description: 清晰简洁地说明问题是什么 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: 复现步骤 | ||
description: 提供能复现此问题的详细操作步骤 | ||
placeholder: | | ||
1. 首先…… | ||
2. 然后…… | ||
3. 发生…… | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: 期望的结果 | ||
description: 清晰简洁地描述你期望发生的事情 | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 截图或日志 | ||
description: 提供有助于诊断问题的任何日志和截图 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 🚀 功能建议 | Feature Request | ||
title: "🚀 Feature: 功能描述" | ||
description: 提出关于项目新功能的想法 | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: 希望能解决的问题 | ||
description: 在使用中遇到什么问题而需要新的功能? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: 描述所需要的功能 | ||
description: 请说明需要的功能或解决方法 | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
name: 🙋 问题交流 | Question Report | ||
title: "🙋 问题交流" | ||
description: 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues) 请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you. | ||
labels: ["bug"] | ||
body: | ||
- type: dropdown | ||
id: env-os | ||
attributes: | ||
label: 操作系统 | ||
description: 选择运行 AI Vtuber 的系统 | ||
options: | ||
- Windows | ||
- MacOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: env-python-ver | ||
attributes: | ||
label: Python 版本 | ||
description: 填写运行 AI Vtuber 的 Python 版本 | ||
placeholder: e.g. 3.10.11 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: env-nb-ver | ||
attributes: | ||
label: AI Vtuber 版本 | ||
description: 填写 AI Vtuber 版本(日期) | ||
placeholder: e.g. 20240510 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: 描述问题 | ||
description: 清晰简洁地说明问题是什么 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: 复现步骤 | ||
description: 提供能复现此问题的详细操作步骤 | ||
placeholder: | | ||
1. 首先…… | ||
2. 然后…… | ||
3. 发生…… | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: 期望的结果 | ||
description: 清晰简洁地描述你期望发生的事情 | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 截图或日志 | ||
description: 提供有助于诊断问题的任何日志和截图 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.