mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
49 lines
1.5 KiB
YAML
49 lines
1.5 KiB
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
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Participation
|
|
description: (Features without participation go to the backlog.)
|
|
options:
|
|
- label: I am willing to pay to sponsor this feature.
|
|
required: false
|
|
- label: I am willing to submit a pull request for this feature.
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional comments
|
|
description: Is there anything else that's important for the team to know?
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://meshtastic.org/docs/legal/conduct/).
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|