From 706239aca465fd2a19e7596de0c8b01f5e957f95 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Thu, 19 Dec 2024 15:37:16 +0800 Subject: [PATCH] chore:template --- .github/ISSUE_TEMPLATE/1_bug.yml | 34 +++++++++++++++---------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 88dd3f271d1..202486937df 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -1,47 +1,47 @@ -name: Bug report / 报告运行错误或异常 -description: Submit a report about errors or exceptions to help us improve / 提交关于错误或异常的报告以帮助我们改进 +name: Bug report | 报告运行错误或异常 +description: Submit a report about errors or exceptions to help us improve | 提交关于错误或异常的报告以帮助我们改进 title: "[Bug]: " labels: [ bug ] body: - type: checkboxes attributes: - label: Don't skip these steps / 不要跳过这些步骤 - description: Carefully complete the following steps before submitting an issue / 提交问题前,请仔细完成以下步骤 + label: Don't skip these steps | 不要跳过这些步骤 + description: Carefully complete the following steps before submitting an issue | 提交问题前,请仔细完成以下步骤 options: - - label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field / 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁** + - label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁** required: true - - label: I have checked through the search that there are no similar issues that already exist / 我已经通过搜索仔细检查过没有存在已经创建的相似问题 + - label: I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题 required: true - - label: I will not submit any issues that are not related to this project / 我不会提交任何与本项目无关的问题 + - label: I will not submit any issues that are not related to this project | 我不会提交任何与本项目无关的问题 required: true - type: checkboxes id: checklist attributes: - label: Occurrence environment / 触发环境 + label: Occurrence environment | 触发环境 description: | - Select the environment that the Bug triggers / 选择该Bug触发的环境: + Select the environment that the Bug triggers | 选择该Bug触发的环境: options: - - label: Workflow / 工作流 + - label: Workflow | 工作流 required: false - - label: GUI / 软件 + - label: GUI | 软件 required: false - label: Docker required: false - - label: Command line / 命令行 + - label: Command line | 命令行 required: false - type: textarea id: description attributes: - label: Bug description / 具体描述 - description: As for the specific description of the Bug, a good description will help to understand and solve it / 对于Bug的具体描述,好的描述有助于理解和解决 - placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible / 提供任何附加信息,任何建议的解决方案,以及尽可能多的上下文和示例 + label: Bug description | 具体描述 + description: As for the specific description of the Bug, a good description will help to understand and solve it | 对于Bug的具体描述,好的描述有助于理解和解决 + placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible | 提供任何附加信息,任何建议的解决方案,以及尽可能多的上下文和示例 validations: required: true - type: textarea id: log attributes: - label: Error log / 报错日志 - description: Provide detailed error logs of bugs, copy text or upload files as much as possible, do not take screenshots / 提供Bug的详细报错日志,尽量复制文本或上传文件,不要截图 + label: Error log | 报错日志 + description: Provide detailed error logs of bugs, copy text or upload files as much as possible, do not take screenshots | 提供Bug的详细报错日志,尽量复制文本或上传文件,不要截图 placeholder: Please enter a detailed error log validations: required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0aa5f11ca55..22d858f3050 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,9 @@ blank_issues_enabled: false contact_links: - - name: Feature Suggestion / 功能建议 + - name: Feature Suggestion | 功能建议 url: https://github.com/Guovin/iptv-api/discussions/new?category=ideas - about: Share ideas for enhancements or new features / 建议改进或增加新功能 + about: Share ideas for enhancements or new features | 建议改进或增加新功能 - - name: Support and Help / 支持与帮助 + - name: Support and Help | 支持与帮助 url: https://github.com/Guovin/iptv-api/discussions/categories/q-a - about: Please ask and answer questions here / 请在这里提问和答疑 \ No newline at end of file + about: Please ask and answer questions here | 请在这里提问和答疑 \ No newline at end of file