mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
7b4d60e280
Some checks are pending
Build / windows (arm64) (push) Waiting to run
Build / windows (ia32) (push) Waiting to run
Build / windows (x64) (push) Waiting to run
Build / linux (arm64) (push) Waiting to run
Build / linux (x64) (push) Waiting to run
Build / macos (arm64) (push) Waiting to run
Build / macos (x64) (push) Waiting to run
Build / updater (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-bin) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-electron) (push) Blocked by required conditions
Build / aur-release-updater (mihomo-party-electron-bin) (push) Blocked by required conditions
Build / aur-git-updater (push) Waiting to run
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
name: 功能请求
|
|
description: '请求 mihomo-party 功能'
|
|
title: '[Feature] '
|
|
body:
|
|
- type: checkboxes
|
|
id: ensure
|
|
attributes:
|
|
label: Verify steps
|
|
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
|
|
options:
|
|
- label: 我已在标题简短的描述了我所需的功能
|
|
- label: 我已在[Issue Tracker](./?q=is%3Aissue)中寻找过,但未找到我所需的功能
|
|
- label: 这是向GUI程序提出的功能请求,而不是内核程序
|
|
- label: 我未在最新的测试版本找到我所需的功能
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 操作系统
|
|
description: 请提供操作系统类型
|
|
multiple: true
|
|
options:
|
|
- MacOS
|
|
- Windows
|
|
- Linux
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 描述
|
|
description: 请提供所需功能的详细描述
|
|
validations:
|
|
required: true
|