Meshtastic-Apple/.github/ISSUE_TEMPLATE/feature.yml
Garth Vander Houwen d9734d3f8b
Update feature.yml
2022-11-25 00:28:30 -08:00

28 lines
688 B
YAML

name: Feature Request
description: Request a new feature
title: "[Feature Request]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for your request this will not gurantee that we will implement it, but it will be reviewed.
- type: dropdown
id: soc
attributes:
label: OS
description: What OS will support your feature?
multiple: true
options:
- iOS
- iPadOS
- macOS
validations:
required: true
- type: textarea
id: body
attributes:
label: Description
description: Please provide details about your enhancement.
validations:
required: true