-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #711 from Guovin/master
update
- Loading branch information
Showing
13 changed files
with
135 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
name: Bug report | ||
description: Report a bug | ||
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: | | ||
Please select what environment is the Bug triggered in: | ||
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 | ||
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: Provides a detailed error log for the Bug | ||
placeholder: Please enter a detailed error log | ||
render: shell | ||
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: Enter error logs or upload files | 输入报错日志或上传文件 | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Feature Suggestion | 功能建议 | ||
url: https://github.com/Guovin/iptv-api/discussions/new?category=ideas | ||
about: Share ideas for enhancements or new features | 建议改进或增加新功能 | ||
|
||
- name: Support and Help | 支持与帮助 | ||
url: https://github.com/Guovin/iptv-api/discussions/categories/q-a | ||
about: Please ask and answer questions here | 请在这里提问和答疑 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.