diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 77d9aec23..b1ce85770 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,61 +1,50 @@ -name: BUG 提交 -description: 提交产品缺陷帮助我们更好的改进 -title: "[BUG]" -labels: "类型: 缺陷" +name: 'Bug Report' +description: 'Report an Bug' +title: "[Bug] " assignees: zyyfit body: - type: markdown - id: contacts_title attributes: - value: "## 联系方式" + value: "## Contact Information" - type: input - id: contacts validations: required: false attributes: - label: "联系方式" - description: "可以快速联系到您的方式:交流群号及昵称、邮箱等" + label: "Contact Information" + description: "The ways to quickly contact you: WeChat group number and nickname, email, etc." - type: markdown - id: environment attributes: - value: "## 环境信息" + value: "## Environment Information" - type: input - id: version validations: required: true attributes: - label: "MaxKB 版本" - description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。" + label: "MaxKB Version" + description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner." - type: markdown - id: details attributes: - value: "## 详细信息" + value: "## Detailed information" - type: textarea - id: what-happened attributes: - label: "问题描述" - description: "简要描述您碰到的问题" + label: "Problem Description" + description: "Briefly describe the issue you’ve encountered." validations: required: true - type: textarea - id: how-happened attributes: - label: "重现步骤" - description: "如果操作可以重现该问题" + label: "Steps to Reproduce" + description: "How can this issue be reproduced." validations: required: true - type: textarea - id: expect attributes: - label: "期待的正确结果" + label: "The expected correct result" - type: textarea - id: logs attributes: - label: "相关日志输出" - description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。" + label: "Related log output" + description: "Please paste any relevant log output here. It will automatically be formatted as code, so no backticks are necessary." render: shell - type: textarea - id: additional-information attributes: - label: "附加信息" - description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" + label: "Additional Information" + description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)." diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cd5a52fa6..ab410a894 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: 对 MaxKB 项目有其他问题 - url: https://bbs.fit2cloud.com/c/mk/11 - about: 如果你对 MaxKB 有其他想要提问的,我们欢迎到我们的官方社区进行提问。 \ No newline at end of file + - name: Questions & Discussions + url: https://github.com/1Panel-dev/MaxKB/discussions + about: Raise questions about the installation, deployment, use and other aspects of the project. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 3c015c4e0..2f943cba9 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,36 +1,29 @@ -name: 需求建议 -description: 提出针对本项目的想法和建议 -title: "[FEATURE]" -labels: enhancement +name: 'Feature Request' +description: 'Suggest an idea' +title: '[Feature] ' assignees: baixin513 body: - type: markdown - id: environment attributes: - value: "## 环境信息" + value: "## Environment Information" - type: input - id: version validations: required: true attributes: - label: "MaxKB 版本" - description: "登录 MaxKB Web 控制台,在右上角关于页面查看当前版本。" + label: "MaxKB Version" + description: "Log in to the MaxKB Web Console and check the current version on the `About` page in the top right corner." - type: markdown - id: details attributes: - value: "## 详细信息" + value: "## Detailed information" - type: textarea - id: description attributes: - label: "请描述您的需求或者改进建议" + label: "Please describe your needs or suggestions for improvements" validations: required: true - type: textarea - id: solution attributes: - label: "请描述你建议的实现方案" + label: "Please describe the solution you suggest" - type: textarea - id: additional-information attributes: - label: "附加信息" - description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" \ No newline at end of file + label: "Additional Information" + description: "If you have any additional information to provide, you can include it here (screenshots, videos, etc., are welcome)." \ No newline at end of file