update issue template

This commit is contained in:
MarSeventh
2025-06-25 21:28:31 +08:00
parent fa2dc202ac
commit 95ab4ea7a7
3 changed files with 143 additions and 60 deletions
+58 -21
View File
@@ -1,25 +1,62 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
title: "[BUG]"
labels: ["bug"]
assignees: ''
body:
- type: checkboxes
id: self_check
attributes:
label: Self-check / 自查
description: Self-Check before submitting the Issue / 在提交Issue之前的自查
options:
- label: I have already read the document and checked my relative settings / 我已经仔细阅读文档并检查了有关设置
required: false
- type: checkboxes
id: confirm
attributes:
label: Confirm / 确认
description: Please confirm / 请你确认
options:
- label: I have searched the Issue and found no related issues / 我已经搜索过Issue,没有找到相关问题
required: true
- label: I am using the latest source from this repository / 我使用的是来自此仓库的最新版代码
required: true
- label: I provided information which does not include sensitive information / 我提供的信息里不包含敏感信息
required: true
- type: textarea
id: description
attributes:
label: BUG Description / BUG 描述
description: Describe your BUG here / 在此描述你的BUG
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior / 预期行为
description: What you expect to happen / 你认为的预期行为
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduction Steps / 复现步骤
description: How to reproduce / 如何复现
validations:
required: true
- type: textarea
id: debug
attributes:
label: Console Log / 控制台日志
description: F12 -> Console / 从 F12 -> 控制台 复制你觉得可能有帮助的日志
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: Additional Information / 附加信息
description: Any other information you think might be helpful to solve this BUG / 你觉得对解决此BUG有帮助的其它信息
validations:
required: false
---
# bug描述
> 尽可能详细,明了
# 期望行为
# 实际行为
# 复现步骤
# 辅助材料
> 相关接口请求、响应截图;bug出现场景截图;与bug有关的文件等
# 补充说明
+34 -19
View File
@@ -1,19 +1,34 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
# 功能需求
> 尽可能详细描述您的需求
# 应用场景
> web or api...
# 可行方案
> 您对该功能的实现有哪些想法
name: Feature request / 功能请求
description: "Suggest an idea for this project"
title: "[Feature Request]"
labels: ["enhancement"]
body:
- type: checkboxes
id: confirm
attributes:
label: Confirm / 确认
description: Please confirm / 请你确认
options:
- label: I have searched the Issue and found no related feature requests / 我已经搜索过Issue,没有找到相关的功能请求
required: true
- type: textarea
id: description
attributes:
label: Feature Description / 功能描述
description: Describe the feature you want / 描述你想要的功能
validations:
required: true
- type: textarea
id: how_to
attributes:
label: How to Implement / 如何实现
description: How to implement this feature / 你觉得应该如何实现这个功能
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: Additional Information / 附加信息
description: Any other information you think might be helpful to implement this feature / 你觉得对实现此功能有帮助的其它信息
validations:
required: false
@@ -1,23 +1,54 @@
---
name: Help wanted issue template
about: Help wanted template.
title: ''
labels: ''
title: '[Help Wanted]'
labels: ['help wanted']
assignees: ''
---
# 问题描述
> 建议出问题先更新到最新版本,查看已有issue;请在labels设置中加上问题类型
# 上传方式
> web or api
# 上传渠道
> Telegram, Cloudflare R2等
# 辅助材料
> 上传接口请求、响应截图,环境变量设置截图等,尽可能详细
body:
- type: checkboxes
id: self_check
attributes:
label: Self-check / 自查
description: Self-Check before submitting the Issue / 在提交Issue之前的自查
options:
- label: I have already read the document and checked my relative settings / 我已经仔细阅读文档并检查了有关设置
required: false
- type: checkboxes
id: confirm
attributes:
label: Confirm / 确认
description: Please confirm / 请你确认
options:
- label: I have searched the Issue and found no related issues / 我已经搜索过Issue,没有找到相关问题
required: true
- label: I am using the latest source from this repository / 我使用的是来自此仓库的最新版代码
required: true
- label: I provided information which does not include sensitive information / 我提供的信息里不包含敏感信息
required: true
- type: textarea
id: description
attributes:
label: Problem Description / 问题描述
description: Describe your problem / 描述你的问题
validations:
required: true
- type: textarea
id: upload_method
attributes:
label: Upload Method / 上传方式
description: web or api / WEB 或 API 上传
validations:
required: true
- type: textarea
id: upload_channel
attributes:
label: Upload Channel / 上传渠道
description: Telegram, Cloudflare R2 etc / Telegram, Cloudflare R2 等
validations:
required: true
- type: textarea
id: additional_materials
attributes:
label: Additional Materials / 辅助材料
description: Upload interface request, response screenshots, environment variable settings screenshots, etc. as detailed as possible / 上传接口请求、响应截图,环境变量设置截图等,尽可能详细
validations:
required: false