Keldos commited on
Commit
f194671
·
1 Parent(s): 9310dbb

doc: issue模板大跃进!

Browse files
.github/ISSUE_TEMPLATE/config.yml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ blank_issues_enabled:
2
+ contact_links:
3
+ - name: 讨论区
4
+ url: https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions
5
+ about: 如果遇到疑问,请优先前往讨论区提问~
.github/ISSUE_TEMPLATE/feature-request.md DELETED
@@ -1,17 +0,0 @@
1
- ---
2
- name: Feature request
3
- about: 请求更多功能!
4
- title: "[功能请求] 简明描述你想要增加的功能"
5
- labels: feature request
6
- assignees: ''
7
-
8
- ---
9
-
10
- ### 该功能请求是否与某个问题相关?
11
- 描述你遇到的问题~
12
-
13
- ### 可能的解决办法
14
- 如果可以,给出一个解决思路~
15
-
16
- ### 其他
17
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/feature-request.yml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 功能请求
2
+ description: "请求更多功能!"
3
+ title: "[功能请求]: "
4
+ labels: ["feature request"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: 您可以请求更多功能!麻烦您花些时间填写以下信息~
9
+ - type: textarea
10
+ attributes:
11
+ label: 相关问题
12
+ description: 该功能请求是否与某个问题相关?
13
+ placeholder: 发送信息后有概率ChatGPT返回error,刷新后又要重新打一遍文字,较为麻烦
14
+ validations:
15
+ required: false
16
+ - type: textarea
17
+ attributes:
18
+ label: 可能的解决办法
19
+ description: 如果可以,给出一个解决思路~ 或者,你希望实现什么功能?
20
+ placeholder: 发送失败仍然显示发送的文本
21
+ validations:
22
+ required: true
23
+ - type: checkboxes
24
+ attributes:
25
+ label: 帮助开发
26
+ description: 如果您能帮助开发并提交一个pull request,那再好不过了!
27
+ options:
28
+ - label: 我愿意帮忙帮助开发!
29
+ required: false
30
+ - type: textarea
31
+ attributes:
32
+ label: 补充说明
33
+ description: |
34
+ 链接?参考资料?任何更多背景信息!
.github/ISSUE_TEMPLATE/report-bug.md DELETED
@@ -1,43 +0,0 @@
1
- ---
2
- name: Report Bug
3
- about: 报告一个bug,且您确信这是bug而不是您的问题
4
- title: "[BUG] 简短的错误描述"
5
- labels: bug
6
- assignees: ''
7
-
8
- ---
9
-
10
- > 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
11
- > 在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面。
12
- > 如果您确信这是一个我们的 bug,而不是因为您的原因部署失败,欢迎提交该issue!如果您不能确定这是bug还是您的问题,请选择其他类型的issue模板。
13
- > 注意,请编辑issue标题栏“简短的错误描述”部分,也请替换我们的issue模板中的正文(但不要把所有内容都删完)。
14
-
15
- ### 错误描述
16
- 请简明描述该bug。
17
-
18
- ### 复现操作
19
- 你之前干了什么,然后出现了bug呢?例如:
20
- 1. 正常完成本地部署
21
- 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
22
- 3. ChatGPT 输出部分内容后程序被自动终止
23
-
24
- ### 错误截图
25
- 如果可以,请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
26
-
27
- ### 终端(控制台)中的错误报告
28
- 如果可以,请复制终端中的主要错误报告。
29
-
30
- ```console
31
- (请使用错误报告替换本行)
32
- ```
33
-
34
- ### 运行环境
35
- **请填写以下列表:**
36
-
37
- - OS: [e.g. Windows11 22H2]
38
- - Browser: [e.g. Chrome, safari]
39
- - Gradio version:
40
- - Python version:
41
-
42
- ### 其他
43
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/report-bug.yml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 报告BUG
2
+ description: "报告一个bug,且您确信这是bug而不是您的问题"
3
+ title: "[Bug]: "
4
+ labels: ["bug"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
10
+ **在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面**。
11
+ 如果您确信这是一个我们的 bug,而不是因为您的原因部署失败,欢迎提交该issue!
12
+ 如果您不能确定这是bug还是您的问题,请选择 [其他类型的issue模板](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues/new/choose)。
13
+
14
+ ------
15
+ - type: checkboxes
16
+ attributes:
17
+ label: 这个bug是否已存在现有issue了?
18
+ description: 请搜索以查看您想报告的issue是否已存在。
19
+ options:
20
+ - label: 我确认没有已有issue。
21
+ required: true
22
+ - type: textarea
23
+ id: what-happened
24
+ attributes:
25
+ label: 错误表现
26
+ description: 请描述您遇到的bug。<br />
27
+ 提示:如果可以,也请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
28
+ 如果可以,也请提供`.json`格式的对话记录。
29
+ placeholder: 发生什么事了?
30
+ validations:
31
+ required: true
32
+ - type: textarea
33
+ attributes:
34
+ label: 复现操作
35
+ description: 你之前干了什么,然后出现了bug呢?
36
+ placeholder: |
37
+ 1. 正常完成本地部署
38
+ 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
39
+ 3. ChatGPT 输出部分内容后程序被自动终止
40
+ validations:
41
+ required: true
42
+ - type: textarea
43
+ id: logs
44
+ attributes:
45
+ label: 错误日志
46
+ description: 请将终端中的主要错误报告粘贴至此处。
47
+ render: shell
48
+ - type: textarea
49
+ attributes:
50
+ label: 运行环境
51
+ description: |
52
+ 以下是一个例子:
53
+ - **OS**: Windows11 22H2
54
+ - **Browser**: Chrome
55
+ - **Gradio version**: 3.22.1
56
+ - **Python version**: 3.11.1
57
+ value: |
58
+ - OS:
59
+ - Browser:
60
+ - Gradio version:
61
+ - Python version:
62
+ render: markdown
63
+ validations:
64
+ required: false
65
+ - type: textarea
66
+ attributes:
67
+ label: 补充说明
68
+ description: 链接?参考资料?任何更多背景信息!
.github/ISSUE_TEMPLATE/report-docker.md DELETED
@@ -1,40 +0,0 @@
1
- ---
2
- name: Report Docker
3
- about: 报告使用 Docker 部署时的错误
4
- title: "[Docker] 简短的错误描述"
5
- labels: question, docker deployment
6
- assignees: ''
7
-
8
- ---
9
-
10
- > 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
11
- > 在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面,查看它是否已经对您的问题做出了解答。如果没有,请检索issue与discussion,查看有没有相同或类似的问题。
12
- > 如果您确信这是一个前人没有遇到的问题,欢迎提交该issue!
13
- > 注意,请编辑issue标题栏“简短的错误描述”部分,也请替换我们的issue模板中的正文(但不要把所有内容都删完)。
14
-
15
- ### 错误描述
16
- 请简明描述该错误。
17
-
18
- ### 复现操作
19
- 描述出现错误的操作步骤。
20
-
21
- ### 错误截图
22
- 如果可以,请提供错误的截图,如部署的网页截图与控制台错误报告的截图。
23
-
24
- ### 终端(控制台)中的错误报告
25
- 如果可以,请复制终端中的主要错误报告。
26
-
27
- ```console
28
- (请使用错误报告替换本行)
29
- ```
30
-
31
- ### 运行环境
32
- **请填写以下列表:**
33
-
34
- - OS: [e.g. Linux Ubuntu]
35
- - Docker version:
36
- - Gradio version:
37
- - Python version:
38
-
39
- ### 其他
40
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/report-docker.yml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 服务器部署错误
2
+ description: "报告在远程服务器上部署时的问题或错误"
3
+ title: "[远程部署]: "
4
+ labels: ["question","server deployment"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
10
+ **在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面**,查看它是否已经对您的问题做出了解答。
11
+ 如果没有,请检索 [issue](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues) 与 [discussion](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions) ,查看有没有相同或类似的问题。
12
+
13
+ ------
14
+ - type: checkboxes
15
+ attributes:
16
+ label: 是否已存在现有反馈与解答?
17
+ description: 请搜索issue、discussion和[常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题)以查看您想报告的issue是否已存在。
18
+ options:
19
+ - label: 我确认没有已有issue或discussion,且已阅读**常见问题**。
20
+ required: true
21
+ - type: checkboxes
22
+ attributes:
23
+ label: 是否是一个代理配置相关的疑问?
24
+ description: 请不要提交代理配置相关的issue。如有疑问请前往 [讨论区](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions)。
25
+ options:
26
+ - label: 我确认这不是一个代理配置相关的疑问。
27
+ required: true
28
+ - type: textarea
29
+ id: what-happened
30
+ attributes:
31
+ label: 错误描述
32
+ description: 请描述您遇到的错误或问题。<br />
33
+ 提示:如果可以,也请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
34
+ 如果可以,也请提供`.json`格式的对话记录。
35
+ placeholder: 发生什么事了?
36
+ validations:
37
+ required: true
38
+ - type: textarea
39
+ attributes:
40
+ label: 复现操作
41
+ description: 你之前干了什么,然后出现了bug呢?
42
+ placeholder: |
43
+ 1. 正常完成本地部署
44
+ 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
45
+ 3. ChatGPT 输出部分内容后程序被自动终止
46
+ validations:
47
+ required: true
48
+ - type: textarea
49
+ id: logs
50
+ attributes:
51
+ label: 错误日志
52
+ description: 请将终端中的主要错误报告粘贴至此处。
53
+ render: shell
54
+ - type: textarea
55
+ attributes:
56
+ label: 运行环境
57
+ description: |
58
+ 以下是一个例子:
59
+ - **OS**: Windows11 22H2
60
+ - **Browser**: Chrome
61
+ - **Gradio version**: 3.22.1
62
+ - **Python version**: 3.11.1
63
+ value: |
64
+ - OS:
65
+ - Browser:
66
+ - Gradio version:
67
+ - Python version:
68
+ render: markdown
69
+ validations:
70
+ required: false
71
+ - type: textarea
72
+ attributes:
73
+ label: 补充说明
74
+ description: 链接?参考资料?任何更多背景信息!
.github/ISSUE_TEMPLATE/report-localhost.md DELETED
@@ -1,54 +0,0 @@
1
- ---
2
- name: Report localhost
3
- about: 报告本地部署时的问题或错误
4
- title: "[本地部署] 简短的错误描述"
5
- labels: question, local deployment
6
- assignees: ''
7
-
8
- ---
9
-
10
- > 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
11
- > 在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面,查看它是否已经对您的问题做出了解答。如果没有,请检索issue与discussion,查看有没有相同或类似的问题。
12
- > 如果您确信这是一个前人没有遇到的问题,欢迎提交该issue!
13
- > 注意,请编辑issue标题栏“简短的错误描述”部分,也请替换我们的issue模板中的正文(但不要把所有内容都删完)。
14
- > 请不要再提交 `Something went wrong Expecting value: line 1 column 1 (char 0)` 和 代理配置 相关的问题,请再看一遍 常见问题 页,实在不行请前往discussion。
15
-
16
- ### 错误描述
17
- 请简明描述该错误。另外,请注意替换issue标题中的“简短的错误描述”。
18
-
19
- ### 复现操作
20
- 你之前干了什么,然后出现了错误呢?例如:
21
- 1. 正常完成本地部署
22
- 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
23
- 3. ChatGPT 输出部分内容后程序被自动终止
24
-
25
- ### 错误截图
26
- 如果可以,请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
27
-
28
- ### 终端(控制台)中的错误报告
29
- 如果可以,请复制终端中的主要错误报告。
30
-
31
- ```console
32
- (请使用错误报告替换本行)
33
- ```
34
-
35
- ### 运行环境
36
- #### 桌面系统
37
- **请填写以下列表:**
38
-
39
- - OS: [例如:Windows11 22H2]
40
- - Browser: [例如:Chrome, Safari]
41
-
42
- #### 运行依赖
43
- **请填写以下列表:**
44
- > 你可以在终端中依次输入以下指令以查看软件版本:
45
- > ```shell
46
- > pip show gradio
47
- > python --version
48
- > ```
49
-
50
- - Gradio version:
51
- - Python version:
52
-
53
- ### 其他
54
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/report-localhost.yml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 本地部署错误
2
+ description: "报告本地部署时的问题或错误(小白首选)"
3
+ title: "[本地部署]: "
4
+ labels: ["question","localhost deployment"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
10
+ **在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面**,查看它是否已经对您的问题做出了解答。
11
+ 如果没有,请检索 [issue](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues) 与 [discussion](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions) ,查看有没有相同或类似的问题。
12
+
13
+ **另外,请不要再提交 `Something went wrong Expecting value: line 1 column 1 (char 0)` 和 代理配置 相关的问题,请再看一遍 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页,实在不行请前往 discussion。**
14
+
15
+ ------
16
+ - type: checkboxes
17
+ attributes:
18
+ label: 是否已存在现有反馈与解答?
19
+ description: 请搜索issue、discussion和[常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题)以查看您想报告的issue是否已存在。
20
+ options:
21
+ - label: 我确认没有已有issue或discussion,且已阅读**常见问题**。
22
+ required: true
23
+ - type: checkboxes
24
+ attributes:
25
+ label: 是否是一个代理配置相关的疑问?
26
+ description: 请不要提交代理配置相关的issue。如有疑问请前往 [讨论区](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions)。
27
+ options:
28
+ - label: 我确认这不是一个代理配置相关的疑问。
29
+ required: true
30
+ - type: textarea
31
+ id: what-happened
32
+ attributes:
33
+ label: 错误描述
34
+ description: 请描述您遇到的错误或问题。<br />
35
+ 提示:如果可以,也请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
36
+ 如果可以,也请提供`.json`格式的对话记录。
37
+ placeholder: 发生什么事了?
38
+ validations:
39
+ required: true
40
+ - type: textarea
41
+ attributes:
42
+ label: 复现操作
43
+ description: 你之前干了什么,然后出现了bug呢?
44
+ placeholder: |
45
+ 1. 正常完成本地部署
46
+ 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
47
+ 3. ChatGPT 输出部分内容后程序被自动终止
48
+ validations:
49
+ required: true
50
+ - type: textarea
51
+ id: logs
52
+ attributes:
53
+ label: 错误日志
54
+ description: 请将终端中的主要错误报告粘贴至此处。
55
+ render: shell
56
+ - type: textarea
57
+ attributes:
58
+ label: 运行环境
59
+ description: |
60
+ 以下是一个例子:
61
+ - **OS**: Windows11 22H2
62
+ - **Browser**: Chrome
63
+ - **Gradio version**: 3.22.1
64
+ - **Python version**: 3.11.1
65
+
66
+ 提示:你可以在终端中依次输入以下指令以查看gradio和python的版本:
67
+ ```shell
68
+ pip show gradio
69
+ python3 --version
70
+ ```
71
+ value: |
72
+ - OS:
73
+ - Browser:
74
+ - Gradio version:
75
+ - Python version:
76
+ render: markdown
77
+ validations:
78
+ required: false
79
+ - type: textarea
80
+ attributes:
81
+ label: 补充说明
82
+ description: 链接?参考资料?任何更多背景信息!
.github/ISSUE_TEMPLATE/report-others.md DELETED
@@ -1,43 +0,0 @@
1
- ---
2
- name: Report others
3
- about: 报告其他问题(如 Hugging Face 中的 Space 等)
4
- title: "[其他] 简短的错误描述"
5
- labels: question
6
- assignees: ''
7
-
8
- ---
9
-
10
- > 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
11
- > 在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面,查看它是否已经对您的问题做出了解答。如果没有,请检索issue与discussion,查看有没有相同或类似的问题。
12
- > 如果您确信这是一个前人没有遇到的问题,欢迎提交该issue!
13
- > 注意,请编辑issue标题栏“简短的错误描述”部分,也请替换我们的issue模板中的正文(但不要把所有内容都删完)。
14
-
15
- ### 错误描述
16
- 请简明描述该错误。另外,请注意替换issue标题中的“简短的错误描述”。
17
-
18
- ### 复现操作
19
- 你之前干了什么,然后出现了错误呢?例如:
20
- 1. 正常完成本地部署
21
- 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
22
- 3. ChatGPT 输出部分内容后程序被自动终止
23
-
24
- ### 错误截图
25
- 如果可以,请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
26
-
27
- ### 终端(控制台)中的错误报告
28
- 如果可以,请复制终端中的主要错误报告。
29
-
30
- ```console
31
- (请使用错误报告替换本行)
32
- ```
33
-
34
- ### 运行环境
35
- **请填写以下列表:**
36
-
37
- - OS: [e.g. Windows11 22H2]
38
- - Browser: [e.g. Chrome, safari]
39
- - Gradio version:
40
- - Python (或Python3) version:
41
-
42
- ### 其他
43
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/report-others.yml ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: 其他错误
2
+ description: "报告其他问题(如 Hugging Face 中的 Space 等)"
3
+ title: "[其他]: "
4
+ labels: ["question"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
10
+ **在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面**,查看它是否已经对您的问题做出了解答。
11
+ 如果没有,请检索 [issue](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues) 与 [discussion](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions) ,查看有没有相同或类似的问题。
12
+
13
+ ------
14
+ - type: checkboxes
15
+ attributes:
16
+ label: 是否已存在现有反馈与解答?
17
+ description: 请搜索issue、discussion和[常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题)以查看您想报告的issue是否已存在。
18
+ options:
19
+ - label: 我确认没有已有issue或discussion,且已阅读**常见问题**。
20
+ required: true
21
+ - type: textarea
22
+ id: what-happened
23
+ attributes:
24
+ label: 错误描述
25
+ description: 请描述您遇到的错误或问题。<br />
26
+ 提示:如果可以,也请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
27
+ 如果可以,也请提供`.json`格式的对话记录。
28
+ placeholder: 发生什么事了?
29
+ validations:
30
+ required: true
31
+ - type: textarea
32
+ attributes:
33
+ label: 复现操作
34
+ description: 你之前干了什么,然后出现了bug呢?
35
+ placeholder: |
36
+ 1. 正常完成本地部署
37
+ 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
38
+ 3. ChatGPT 输出部分内容后程序被自动终止
39
+ validations:
40
+ required: true
41
+ - type: textarea
42
+ id: logs
43
+ attributes:
44
+ label: 错误日志
45
+ description: 请将终端中的主要错误报告粘贴至此处。
46
+ render: shell
47
+ - type: textarea
48
+ attributes:
49
+ label: 运行环境
50
+ description: |
51
+ 以下是一个例子:
52
+ - **OS**: Windows11 22H2
53
+ - **Browser**: Chrome
54
+ - **Gradio version**: 3.22.1
55
+ - **Python version**: 3.11.1
56
+ value: |
57
+ - OS:
58
+ - Browser:
59
+ - Gradio version:
60
+ - Python version:
61
+ render: markdown
62
+ validations:
63
+ required: false
64
+ - type: textarea
65
+ attributes:
66
+ label: 补充说明
67
+ description: 链接?参考资料?任何更多背景信息!
.github/ISSUE_TEMPLATE/report-server.md DELETED
@@ -1,40 +0,0 @@
1
- ---
2
- name: Report Server
3
- about: 报告在远程服务器上部署时的问题或错误
4
- title: "[远程部署] 简短的错误描述"
5
- labels: question, server deployment
6
- assignees: ''
7
-
8
- ---
9
-
10
- > 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
11
- > 在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面,查看它是否已经对您的问题做出了解答。如果没有,请检索issue与discussion,查看有没有相同或类似的问题。
12
- > 如果您确信这是一个前人没有遇到的问题,欢迎提交该issue!
13
- > 注意,请编辑issue标题栏“简短的错误描述”部分,也请替换我们的issue模板中的正文(但不要把所有内容都删完)。
14
-
15
- ### 错误描述
16
- 请简明描述该错误。
17
-
18
- ### 复现操作
19
- 描述出现错误的操作步骤。
20
-
21
- ### 错误截图
22
- 如果可以,请提供错误的截图,如部署的网页截图与控制台错误报告的截图。
23
-
24
- ### 终端(控制台)中的错误报告
25
- 如果可以,请复制终端中的主要错误报告。
26
-
27
- ```console
28
- (请使用错误报告替换本行)
29
- ```
30
-
31
- ### 运行环境
32
- **请填写以下列表:**
33
-
34
- - OS: [e.g. Linux Ubuntu]
35
- - Docker version:
36
- - Gradio version:
37
- - Python version:
38
-
39
- ### 其他
40
- 补充说明
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/report-server.yml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Docker部署错误
2
+ description: "报告使用 Docker 部署时的问题或错误"
3
+ title: "[Docker]: "
4
+ labels: ["question","docker deployment"]
5
+ body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ 感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
10
+ **在一切开始之前,请确保您已经阅读过 [常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题) 页面**,查看它是否已经对您的问题做出了解答。
11
+ 如果没有,请检索 [issue](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues) 与 [discussion](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions) ,查看有没有相同或类似的问题。
12
+
13
+ ------
14
+ - type: checkboxes
15
+ attributes:
16
+ label: 是否已存在现有反馈与解答?
17
+ description: 请搜索issue、discussion和[常见问题](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/常见问题)以查看您想报告的issue是否已存在。
18
+ options:
19
+ - label: 我确认没有已有issue或discussion,且已阅读**常见问题**。
20
+ required: true
21
+ - type: checkboxes
22
+ attributes:
23
+ label: 是否是一个代理配置相关的疑问?
24
+ description: 请不要提交代理配置相关的issue。如有疑问请前往 [讨论区](https://github.com/GaiZhenbiao/ChuanhuChatGPT/discussions)。
25
+ options:
26
+ - label: 我确认这不是一个代理配置相关的疑问。
27
+ required: true
28
+ - type: textarea
29
+ id: what-happened
30
+ attributes:
31
+ label: 错误描述
32
+ description: 请描述您遇到的错误或问题。<br />
33
+ 提示:如果可以,也请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
34
+ 如果可以,也请提供`.json`格式的对话记录。
35
+ placeholder: 发生什么事了?
36
+ validations:
37
+ required: true
38
+ - type: textarea
39
+ attributes:
40
+ label: 复现操作
41
+ description: 你之前干了什么,然后出现了bug呢?
42
+ placeholder: |
43
+ 1. 正常完成本地部署
44
+ 2. 在对话框中要求 ChatGPT “以LaTeX格式输出三角函数”
45
+ 3. ChatGPT 输出部分内容后程序被自动终止
46
+ validations:
47
+ required: true
48
+ - type: textarea
49
+ id: logs
50
+ attributes:
51
+ label: 错误日志
52
+ description: 请将终端中的主要错误报告粘贴至此处。
53
+ render: shell
54
+ - type: textarea
55
+ attributes:
56
+ label: 运行环境
57
+ description: |
58
+ 以下是一个例子:
59
+ - **OS**: Windows11 22H2
60
+ - **Browser**: Chrome
61
+ - **Gradio version**: 3.22.1
62
+ - **Python version**: 3.11.1
63
+ value: |
64
+ - OS:
65
+ - Browser:
66
+ - Gradio version:
67
+ - Python version:
68
+ render: markdown
69
+ validations:
70
+ required: false
71
+ - type: textarea
72
+ attributes:
73
+ label: 补充说明
74
+ description: 链接?参考资料?任何更多背景信息!