-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue templates for bug reports and feature requests
- Loading branch information
Showing
5 changed files
with
102 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Bug Report | ||
description: "Report Chrome++ Bug" | ||
title: "[Bug] " | ||
body: | ||
- type: checkboxes | ||
id: ensure | ||
attributes: | ||
label: Verify steps | ||
description: Before submitting, please check the following applicable options to prove that you have read and understood the following requirements, otherwise the issue will be closed. | ||
options: | ||
- label: I have carefully read the [INI configuration file](https://github.com/Bush2021/chrome_plus/blob/main/src/chrome%2B%2B.ini) and understand the function of each configuration item. | ||
required: true | ||
- label: I have not searched for the problem I want to raise in the [Issue Tracker](https://github.com/Bush2021/chrome_plus/issues). | ||
required: false | ||
- label: I have provided the simplest configuration that can be used to reproduce the error I reported. | ||
required: true | ||
- label: I make sure to describe the problem in English. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Version Information | ||
description: Please provide a screenshot of `chrome://version/`. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
render: yaml | ||
label: Configuration File | ||
description: Please paste the simplest `chrome++.ini` content used to reproduce the problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please provide a detailed description of the error and the steps to reproduce the error. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: 错误反馈 | ||
description: "提交 Chrome++ Bug" | ||
title: "[Bug] " | ||
body: | ||
- type: checkboxes | ||
id: ensure | ||
attributes: | ||
label: 验证步骤 | ||
description: 在提交之前,请勾选以下适用选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。 | ||
options: | ||
- label: 我仔细看过 [INI 配置文件](https://github.com/Bush2021/chrome_plus/blob/main/src/chrome%2B%2B.ini) 并理解了每个配置项的作用。 | ||
required: true | ||
- label: 我未在 [Issue Tracker](https://github.com/Bush2021/chrome_plus/issues) 中寻找过我要提出的问题。 | ||
required: false | ||
- label: 我提供了可用于重现我报告的错误的最简配置。 | ||
required: true | ||
- label: 我确保使用中文描述问题。 | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 版本信息 | ||
description: 请提供 `chrome://version/` 的截图。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
render: yaml | ||
label: 配置文件 | ||
description: 请粘贴用于复现问题的最简 `chrome++.ini` 内容。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 描述 | ||
description: 请提供错误的详细描述以及重现错误的步骤 | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: Suggest improvements for this project | ||
title: "[Feature] " | ||
body: | ||
- type: checkboxes | ||
id: ensure | ||
attributes: | ||
label: Verification Steps | ||
description: Before submitting, please check the following applicable options to prove that you have read and understood the following requirements, otherwise the issue will be closed. | ||
options: | ||
- label: I have carefully read the [INI configuration file](https://github.com/Bush2021/chrome_plus/blob/main/src/chrome%2B%2B.ini) and understand the function of each configuration item. | ||
required: true | ||
- label: I have not searched for the feature request I want to propose in the [Issue Tracker](https://github.com/Bush2021/chrome_plus/issues) and did not find it. | ||
required: true | ||
- label: I am willing to create a pull request to implement the feature I proposed, otherwise I understand that the issue is likely to be closed. | ||
required: true | ||
- label: I make sure to describe the feature in English. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Please provide a detailed description of the feature, rather than vague statements. | ||
validations: | ||
required: true |
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