Skip to content

Commit

Permalink
chore:template
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Dec 19, 2024
1 parent 5957aed commit 706239a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/1_bug.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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 / 请在这里提问和答疑
about: Please ask and answer questions here | 请在这里提问和答疑

0 comments on commit 706239a

Please sign in to comment.