Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
docs(issue_template):bug&feat
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoCurit committed Feb 26, 2024
1 parent fa88264 commit a3d95a4
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Bug Report
description: Create a report to help us improve
title: "[BUG] "
labels:
- "a:bug"
body:
- type: checkboxes
id: prerequisites
attributes:
label: 在此之前,你需要先检查..
options:
- label: 我已确认我使用的是 [最新版本](https://github.com/catx-feitu/Coze-Discord-Bridge/releases)
required: true
- label: 我已寻找 [issues](https://github.com/catx-feitu/Coze-Discord-Bridge/issues?q=is%3Aissue) 没发现类似的问题
required: true
- label: 我已经检查了配置没有问题
required: true
- type: textarea
id: reproduce-step
attributes:
label: 复现步骤
placeholder: "1. 运行程序.."
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: other
attributes:
label: 其它有帮助的信息..
placeholder: 配置文件(记得去除token等隐私信息) , 日志 ...
render: txt
- type: input
id: jdk-info
attributes:
label: jdk信息 (java -version)
- type: dropdown
id: operating-system
attributes:
label: 运行系统
description: 你用的是什么系统运行..
options:
- Windows
- Linux
- MacOS
- Other
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_report_form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Idea] "
labels:
- "a:enhancement"
- "a:new-feature"
body:
- type: checkboxes
id: prerequisites
attributes:
label: 在此之前,你需要先检查..
options:
- label: 我已确认我使用的是 [最新版本](https://github.com/catx-feitu/Coze-Discord-Bridge/releases)
required: true
- label: 我已寻找 [issues](https://github.com/catx-feitu/Coze-Discord-Bridge/issues?q=is%3Aissue) 没发现类似的问题
required: true
- type: textarea
id: other
attributes:
label: 你期待的功能
placeholder: 详细描述,如果有能力可以直接提交pr...
render: txt

0 comments on commit a3d95a4

Please sign in to comment.