feat: 优化ISSUE提交体验
This commit is contained in:
parent
7d64f66acb
commit
5fb61374d0
22
.cnb/ISSUE_TEMPLATE/0-feature-request.yml
Normal file
22
.cnb/ISSUE_TEMPLATE/0-feature-request.yml
Normal 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: 您考虑过哪些替代方案?如有
|
20
.cnb/ISSUE_TEMPLATE/2-bug-report.yml
Normal file
20
.cnb/ISSUE_TEMPLATE/2-bug-report.yml
Normal 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
|
13
.cnb/ISSUE_TEMPLATE/3-experience-report.yml
Normal file
13
.cnb/ISSUE_TEMPLATE/3-experience-report.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: experience improve
|
||||||
|
description: 该模版用于反馈体验问题
|
||||||
|
labels:
|
||||||
|
- 体验优化
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 描述一下体验不好的点
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 优化建议?如有
|
1
.cnb/ISSUE_TEMPLATE/config.yml
Normal file
1
.cnb/ISSUE_TEMPLATE/config.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: true
|
Loading…
x
Reference in New Issue
Block a user