-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update and rename bug_report.md to bug_report.yml * Update and rename feature_request.md to feature_request.yml
- Loading branch information
1 parent
4b1af27
commit 5555467
Showing
4 changed files
with
120 additions
and
64 deletions.
There are no files selected for viewing
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,87 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: [bug] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug / 描述问题 | ||
description: | | ||
A clear and concise description of what the bug is. | ||
清晰简洁地描述问题是什么。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: To Reproduce / 复现步骤 | ||
description: | | ||
Steps to reproduce the behavior | ||
描述如何重现问题 | ||
placeholder: | | ||
1. Go to / 转到 '...' | ||
2. Click on/点击 '....' | ||
3. Scroll down to / 滚动到 '....' | ||
4. See error / 出现错误 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior / 期望行为 | ||
description: | | ||
A clear and concise description of what you expected to happen. | ||
清晰简洁地描述你期望发生的事情。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots / 截图 | ||
description: | | ||
If applicable, add screenshots to help explain your problem. | ||
如果需要,请添加截图以帮助解释你的问题。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Devtools Info / 开发者工具信息 | ||
placeholder: | | ||
In ChatALL menu, click View->Toggle Developer Tools to open devtools. Paste any suspicious info here. | ||
在 ChatALL 菜单中,点击“查看”->“切换开发者工具”来打开开发者工具。将任何可疑信息粘贴到这里。 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: OS and version / 操作系统版本 | ||
placeholder: Windows 11, Ubuntu Linux 22.04, macOS 13.3.1 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: ChatALL version / ChatALL 版本 | ||
placeholder: v1.36.53 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Network / 网络 | ||
description: | | ||
Are you using a VPN or proxy? | ||
是否在使用 VPN 或代理? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context / 其它相关信息 | ||
description: | | ||
Add any other context about the problem here. | ||
在此添加有关问题的任何其他相关信息。 | ||
validations: | ||
required: false |
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,33 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[FEAT]" | ||
labels: enhancement | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered. | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
5555467
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatall – ./
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app
chatall-llm.vercel.app