chore: update issue template

This commit is contained in:
Xinrea
2025-08-30 10:52:00 +08:00
parent abf0d4748f
commit d104ba3180
3 changed files with 15 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
name: Bug Report
description: 提交 BUG 报告.
title: "[Bug] "
title: "[bug] "
labels: ["bug"]
assignees:
- Xinrea
@@ -35,16 +35,13 @@ body:
- type: textarea
attributes:
label: BUG 描述
description:
render: Markdown
description: 请尽可能详细描述 BUG 的现象以及复现的方法
validations:
required: true
- type: textarea
id: logs
attributes:
label: 日志
description: 请粘贴日志内容或是上传日志文件(在主窗口的设置页面,提供了一键打开日志目录所在位置的按钮;当你打开日志目录所在位置后,进入 logs 目录,找到后缀名为 log 的文件)
render: Markdown
validations:
required: true

View File

@@ -1,20 +0,0 @@
---
name: Feature request
about: 提交一个新功能的建议
title: "[feature]"
labels: enhancement
assignees: Xinrea
---
**遇到的问题:**
在使用过程中遇到了什么问题让你想要提出建议
**想要的功能:**
想要怎样的新功能来解决这个问题
**通过什么方式实现(有思路的话):**
如果有相关的实现思路或者是参考,可以在此提供
**其他:**
其他任何想说的话

View File

@@ -0,0 +1,13 @@
name: Feature Request
description: 提交新功能的需求
title: "[feature] "
labels: ["feature"]
assignees:
- Xinrea
body:
- type: textarea
attributes:
label: 需求描述
description: 请尽可能详细描述你想要的新功能
validations:
required: true