mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-04-24 22:19:52 +08:00
37 lines
935 B
YAML
37 lines
935 B
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: enhancement
|
|
body:
|
|
- type: dropdown
|
|
attributes:
|
|
label: Operating system
|
|
description: Operating system type
|
|
options:
|
|
- iOS
|
|
- macOS
|
|
- Android
|
|
- Windows
|
|
- Linux
|
|
- All
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
|
|
- type: checkboxes
|
|
id: supporter
|
|
attributes:
|
|
label: Supporter
|
|
options:
|
|
- label: I am a [sponsor](https://buymeacoffee.com/proxypin)
|