github.com/metacubex/mihomo@v1.18.5/.github/ISSUE_TEMPLATE/feature_request.yml (about) 1 name: Feature request 2 description: Suggest an idea for this project 3 title: "[Feature] " 4 labels: ["enhancement"] 5 body: 6 - type: checkboxes 7 id: ensure 8 attributes: 9 label: Verify steps 10 description: " 11 在提交之前,请确认 12 Please verify that you've followed these steps 13 " 14 options: 15 - label: " 16 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 17 I have searched on the [issue tracker](……/) for a related feature request. 18 " 19 required: true 20 - label: " 21 我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法找到这个功能 22 I have read the [documentation](https://wiki.metacubex.one/) and was unable to solve the issue. 23 " 24 required: true 25 - type: textarea 26 attributes: 27 label: Description 28 description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Mihomo Core 的行为是什麽? 29 validations: 30 required: true 31 - type: textarea 32 attributes: 33 label: Possible Solution 34 description: " 35 此项非必须,但是如果你有想法的话欢迎提出。 36 Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change 37 "