Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
21 Zeilen
966 B
YAML
21 Zeilen
966 B
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
labels: "Feature Request"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request for Geyser! Please fill out the following form to your best ability to help us understand your feature request and significantly improve the chance of getting added.
|
|
For anything else than a feature request, use: [our Discord server](https://discord.gg/geysermc), [the FAQ](https://github.com/GeyserMC/Geyser/wiki/FAQ) or [the Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues).
|
|
- type: textarea
|
|
attributes:
|
|
label: What feature do you want to see added?
|
|
description: A clear and concise description of your feature request.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Are there any alternatives?
|
|
description: List any alternatives you might have tried
|
|
validations:
|
|
required: true |