mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
📝 Update bug report and feature request templates (#1857)
This commit is contained in:
parent
2323ec1bf6
commit
39b39e3fdb
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,8 +1,21 @@
|
|||||||
name: Bug 反馈
|
name: Bug 反馈
|
||||||
title: "Bug: 出现异常"
|
title: "Bug: "
|
||||||
description: 提交 Bug 反馈以帮助我们改进代码
|
description: 提交 Bug 反馈以帮助我们改进代码
|
||||||
labels: ["bug"]
|
labels: [ "bug" ]
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: 提交前检查项
|
||||||
|
description: 在提交问题之前,请确认以下事项:
|
||||||
|
options:
|
||||||
|
- label: 我已搜索相关的 issue,但没有找到类似的问题
|
||||||
|
required: true
|
||||||
|
- label: 我已更新到最新版本(包括但不限于真寻本体,插件以及相关依赖),问题仍然存在
|
||||||
|
required: true
|
||||||
|
- label: 我已仔细阅读文档,确认我的配置正确
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: env-os
|
id: env-os
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
9
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 功能建议
|
name: 功能建议
|
||||||
title: "Feature: 功能描述"
|
title: "Feature: 功能描述"
|
||||||
description: 提出关于项目新功能的想法
|
description: 提出关于项目新功能的想法
|
||||||
labels: ["enhancement"]
|
labels: [ "enhancement" ]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
@ -18,3 +18,10 @@ body:
|
|||||||
description: 请说明需要的功能或解决方法
|
description: 请说明需要的功能或解决方法
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: 我有能力且愿意为这个功能贡献代码
|
||||||
|
options:
|
||||||
|
- label: 我有能力且愿意为这个功能贡献代码
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user