📝 Update bug report and feature request templates (#1857)

This commit is contained in:
BalconyJH 2025-02-22 22:25:51 +08:00 committed by GitHub
parent 2323ec1bf6
commit 39b39e3fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 3 deletions

View File

@ -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:

View File

@ -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: 我有能力且愿意为这个功能贡献代码