chore: Update the issue and feature request templates
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wanghe-fit2cloud 2024-12-19 10:27:24 +08:00
parent 4c1f0f7b0f
commit 82f263bc23
3 changed files with 33 additions and 51 deletions

View File

@ -1,61 +1,50 @@
name: BUG 提交 name: 'Bug Report'
description: 提交产品缺陷帮助我们更好的改进 description: 'Report an Bug'
title: "[BUG]" title: "[Bug] "
labels: "类型: 缺陷"
assignees: zyyfit assignees: zyyfit
body: body:
- type: markdown - type: markdown
id: contacts_title
attributes: attributes:
value: "## 联系方式" value: "## Contact Information"
- type: input - type: input
id: contacts
validations: validations:
required: false required: false
attributes: attributes:
label: "联系方式" label: "Contact Information"
description: "可以快速联系到您的方式:交流群号及昵称、邮箱等" description: "The ways to quickly contact you: WeChat group number and nickname, email, etc."
- type: markdown - type: markdown
id: environment
attributes: attributes:
value: "## 环境信息" value: "## Environment Information"
- type: input - type: input
id: version
validations: validations:
required: true required: true
attributes: attributes:
label: "MaxKB 版本" label: "MaxKB Version"
description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。" description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner."
- type: markdown - type: markdown
id: details
attributes: attributes:
value: "## 详细信息" value: "## Detailed information"
- type: textarea - type: textarea
id: what-happened
attributes: attributes:
label: "问题描述" label: "Problem Description"
description: "简要描述您碰到的问题" description: "Briefly describe the issue youve encountered."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: how-happened
attributes: attributes:
label: "重现步骤" label: "Steps to Reproduce"
description: "如果操作可以重现该问题" description: "How can this issue be reproduced."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: expect
attributes: attributes:
label: "期待的正确结果" label: "The expected correct result"
- type: textarea - type: textarea
id: logs
attributes: attributes:
label: "相关日志输出" label: "Related log output"
description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。" description: "Please paste any relevant log output here. It will automatically be formatted as code, so no backticks are necessary."
render: shell render: shell
- type: textarea - type: textarea
id: additional-information
attributes: attributes:
label: "附加信息" label: "Additional Information"
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)."

View File

@ -1,5 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: 对 MaxKB 项目有其他问题 - name: Questions & Discussions
url: https://bbs.fit2cloud.com/c/mk/11 url: https://github.com/1Panel-dev/MaxKB/discussions
about: 如果你对 MaxKB 有其他想要提问的,我们欢迎到我们的官方社区进行提问。 about: Raise questions about the installation, deployment, use and other aspects of the project.

View File

@ -1,36 +1,29 @@
name: 需求建议 name: 'Feature Request'
description: 提出针对本项目的想法和建议 description: 'Suggest an idea'
title: "[FEATURE]" title: '[Feature] '
labels: enhancement
assignees: baixin513 assignees: baixin513
body: body:
- type: markdown - type: markdown
id: environment
attributes: attributes:
value: "## 环境信息" value: "## Environment Information"
- type: input - type: input
id: version
validations: validations:
required: true required: true
attributes: attributes:
label: "MaxKB 版本" label: "MaxKB Version"
description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。" description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner."
- type: markdown - type: markdown
id: details
attributes: attributes:
value: "## 详细信息" value: "## Detailed information"
- type: textarea - type: textarea
id: description
attributes: attributes:
label: "请描述您的需求或者改进建议" label: "Please describe your needs or suggestions for improvements"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: solution
attributes: attributes:
label: "请描述你建议的实现方案" label: "Please describe the solution you suggest"
- type: textarea - type: textarea
id: additional-information
attributes: attributes:
label: "附加信息" label: "Additional Information"
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)."