-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
KT-Yeh
committed
Oct 20, 2024
1 parent
ede980f
commit 29388ca
Showing
4 changed files
with
59 additions
and
42 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,23 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
name: Feature Request | ||
description: Suggest improvements for this project | ||
title: "[Feature] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
id: ensure | ||
attributes: | ||
label: Verify steps | ||
description: " | ||
在提交之前,请确认 | ||
Please verify that you've followed these steps | ||
" | ||
label: Verification Steps | ||
description: Before submitting, please check the following options to confirm that you have read and understood the requirements below; otherwise, this issue will be closed. | ||
options: | ||
- label: " | ||
我已经在 [Issue Tracker](……/) 中找过我要提出的请求 | ||
I have searched on the [issue tracker](……/) for a related feature request. | ||
" | ||
required: true | ||
- label: " | ||
我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 | ||
I have read the [documentation](https://wiki.metacubex.one/) and was unable to solve the issue. | ||
" | ||
required: true | ||
- label: I have read the [documentation](https://wiki.metacubex.one/) and confirmed that this feature is not implemented | ||
required: false | ||
- label: I have searched for the feature request I want to propose in the [Issue Tracker](……/) and did not find it | ||
required: false | ||
- label: I am a non-Chinese user. | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Mihomo Core 的行为是什麽? | ||
description: Please provide a detailed description of the feature, rather than vague statements. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible Solution | ||
description: " | ||
此项非必须,但是如果你有想法的话欢迎提出。 | ||
Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change | ||
" | ||
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,23 @@ | ||
name: 功能请求 | ||
description: 为该项目提出建议 | ||
title: "[Feature] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
id: ensure | ||
attributes: | ||
label: 验证步骤 | ||
description: 在提交之前,请勾选以下选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。 | ||
options: | ||
- label: 我已经阅读了 [文档](https://wiki.metacubex.one/),确认了该功能没有实现 | ||
required: false | ||
- label: 我已在 [Issue Tracker](……/) 中寻找过我要提出的功能请求,并且没有找到 | ||
required: false | ||
- label: 我是中文用户,而非其他语言用户 | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: 描述 | ||
description: 请提供对于该功能的详细描述,而不是莫名其妙的话术。 | ||
validations: | ||
required: true |