better-xcloud/.github/ISSUE_TEMPLATE/02-feature-request.yml
2024-12-29 08:35:21 +07:00

43 lines
1.0 KiB
YAML
Executable File

name: Feature Request 🚀
description: Request a new feature, improvement, or general suggestion
title: "[Feature] "
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Please fill out the following information to help us understand your request.
> [!warning]
> Only use English. Any other languages will be deleted.
- type: dropdown
id: device_type
attributes:
label: Device type
description: "Which device type is this feature for?"
options:
- All devices
- Phone/Tablet
- Desktop
- TV
multiple: false
validations:
required: true
- type: input
id: device_name
attributes:
label: "Device"
description: "Name of the device"
placeholder: "e.g., Google Pixel 8"
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: "Suggestion"
description: "What do you want to suggest? Include (mockup) screenshot if possible."
validations:
required: true