mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-04-21 12:10:42 +00:00

Found via `codespell -q 3 -S *.ts,./3rdparty,./3rdPartyLicenses -L aci,ba,crypted,datas,doubleclick,feld,hsi,ist,keypair,ro,unknwn` Includes misc. fixes to .github/ and cmake files
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
name: Feature request
|
|
description: Suggest a new feature for this project
|
|
labels: ["feature-request", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for sharing your idea with us.
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: What is the context in which you would consider this feature to be relevant?
|
|
placeholder: Setting up a new server
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What is the feature you have in mind?
|
|
placeholder: Make Mumble even more awesome :)
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: Mumble component
|
|
description: Which component of Mumble does your feature request affect?
|
|
options:
|
|
- Client
|
|
- Server
|
|
- Both
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: OS-specific?
|
|
description: Would this feature be OS-specific (in contrast to being useful across all OS)
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else you want to tell us about this feature (e.g. alternatives you have considered)?
|