Skip to content

Commit

Permalink
Use issue form (#452)
Browse files Browse the repository at this point in the history
* Update and rename bug_report.md to bug_report.yml

* Update and rename feature_request.md to feature_request.yml
  • Loading branch information
tanchekwei authored Jul 22, 2023
1 parent 4b1af27 commit 5555467
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 64 deletions.
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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

1 comment on commit 5555467

@vercel
Copy link

@vercel vercel bot commented on 5555467 Jul 22, 2023

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

Please sign in to comment.