This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
2 changed files
with
70 additions
and
0 deletions.
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,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 |
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,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 |