feat: 优化ISSUE提交体验

This commit is contained in:
xiao 2025-01-09 09:50:57 +08:00
parent 7d64f66acb
commit 5fb61374d0
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,22 @@
name: feature request
description: 该模版用于提需求
labels:
- feature
body:
- type: markdown
attributes:
value: |
感谢用户提出的改进 宝塔面板Docker镜像 的想法。
请尽可能填写以下内容
- type: textarea
attributes:
label: 这个特性将解决什么问题?
validations:
required: true
- type: textarea
attributes:
label: 设想的解决方案?如有
- type: textarea
attributes:
label: 您考虑过哪些替代方案?如有

View File

@ -0,0 +1,20 @@
name: bug report
description: 该模版用于反馈 bug
labels:
- bug
body:
- type: textarea
attributes:
label: 提供报错说明&截图?如有,可更快的确认问题
validations:
required: true
- type: input
attributes:
label: 提供一下报错日志?如环境/插件安装日志,或其他报错信息
validations:
required: false
- type: textarea
attributes:
label: 描述一下重现步骤?
validations:
required: false

View File

@ -0,0 +1,13 @@
name: experience improve
description: 该模版用于反馈体验问题
labels:
- 体验优化
body:
- type: textarea
attributes:
label: 描述一下体验不好的点
validations:
required: true
- type: textarea
attributes:
label: 优化建议?如有

View File

@ -0,0 +1 @@
blank_issues_enabled: true