diff --git a/.cnb/ISSUE_TEMPLATE/0-feature-request.yml b/.cnb/ISSUE_TEMPLATE/0-feature-request.yml new file mode 100644 index 0000000..dc5cf46 --- /dev/null +++ b/.cnb/ISSUE_TEMPLATE/0-feature-request.yml @@ -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: 您考虑过哪些替代方案?如有 diff --git a/.cnb/ISSUE_TEMPLATE/2-bug-report.yml b/.cnb/ISSUE_TEMPLATE/2-bug-report.yml new file mode 100644 index 0000000..f145b43 --- /dev/null +++ b/.cnb/ISSUE_TEMPLATE/2-bug-report.yml @@ -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 diff --git a/.cnb/ISSUE_TEMPLATE/3-experience-report.yml b/.cnb/ISSUE_TEMPLATE/3-experience-report.yml new file mode 100644 index 0000000..fd8df19 --- /dev/null +++ b/.cnb/ISSUE_TEMPLATE/3-experience-report.yml @@ -0,0 +1,13 @@ +name: experience improve +description: 该模版用于反馈体验问题 +labels: + - 体验优化 +body: + - type: textarea + attributes: + label: 描述一下体验不好的点 + validations: + required: true + - type: textarea + attributes: + label: 优化建议?如有 diff --git a/.cnb/ISSUE_TEMPLATE/config.yml b/.cnb/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.cnb/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true