tg-ws-proxy-go/.github/ISSUE_TEMPLATE/feature_request.yml

43 lines
1.2 KiB
YAML

name: 💡 Feature Request
description: Suggest a new feature or improvement
title: "[Feature] "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is
placeholder: I'm always frustrated when...
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
placeholder: I would like to see...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
- type: dropdown
id: platform
attributes:
label: Platform
description: Which platform is this for?
options:
- All platforms
- Windows
- Linux
- macOS
- Android (planned)
- iOS (planned)
validations:
required: true