forked from Ikaros-521/AI-Vtuber
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b01576
commit f21532e
Showing
5 changed files
with
65 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 项目群聊(粉丝群) | ||
url: https://github.com/Ikaros-521/AI-Vtuber | ||
about: QQ群:587663288 |
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: 🐛 错误报告 | Bug Report | ||
about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using. | ||
title: "🐛 一些问题。。。 | [Bug] Some problem..." | ||
labels: ["bug"] | ||
--- | ||
|
||
<!-- 请在您提交 bug 之前,回答以下这些问题。 | Please answer these questions before you submit a bug. --> | ||
|
||
#### 您使用的版本? | Your usage version? | ||
|
||
#### 您使用的python版本&系统环境? | Your usage python version & system? | ||
|
||
#### 您使用的场景? | Your usage scenarios? | ||
|
||
#### 您做了什么操作? | What did you do? | ||
|
||
#### 您遇到了什么问题? | What are your problems? | ||
|
||
#### 您期望的结果是怎样的? | What is your expected outcome? |
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,12 @@ | ||
--- | ||
name: 🚀 功能请求 | Feature Request | ||
about: 请详细描述您期望的功能。 | Please describe in detail the features you expect. | ||
title: "🚀 一些功能。。。 | [Feature]Some feature..." | ||
labels: ["enhancement"] | ||
--- | ||
|
||
<!-- 请在您提交期望的功能之前,回答以下这些问题。 | Please answer these questions before you submit the desired feature. --> | ||
|
||
#### 您使用的场景? | 1. Your usage scenarios? | ||
|
||
#### 您期望的结果是怎样的? | 2. What is your expected outcome? |
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,24 @@ | ||
--- | ||
name: 🙋 问题交流 | Question Report | ||
about: 在文档或讨论中没有回答的使用问题 | Usage question that isn't answered in docs or discussion | ||
title: "🙋 问题交流。。。 | [Question] Some question..." | ||
labels: ["question"] | ||
--- | ||
|
||
## Question Report | ||
|
||
- 搜索打开和关闭的 [GitHub 问题](https://github.com/eryajf/go-ldap-admin/issues) | ||
|
||
请在提交问题之前回答这些问题,谢谢。 | Please answer these questions before submitting them. Thank you. | ||
|
||
### 你使用了哪个版本? | Which version did you use? | ||
|
||
### 您使用的python版本&系统环境? | Your usage python version & system? | ||
|
||
### 预期行为 | Expected behavior | ||
|
||
### 实际行为 | Actual behavior | ||
|
||
### 原因分析(如果可以) | Cause analysis (if possible) | ||
|
||
### 问题重现步骤 | Steps to reproduce the problem |
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 |
---|---|---|
|
@@ -203,4 +203,7 @@ data/text2vec_models/ | |
|
||
song/ | ||
|
||
test.py | ||
test.py | ||
|
||
# debug输出 | ||
tmp/ |