language-data/.github/ISSUE_TEMPLATE/feature_request.yml
2025-04-15 20:20:55 +02:00

50 lines
1.7 KiB
YAML

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
# This file is maintained in https://github.com/WeblateOrg/meta/
# and generated from .github/ISSUE_TEMPLATE/snippets there.
name: Feature request
description: Suggest an idea for this project
body:
- type: markdown
attributes:
value: |
Thank you for requesting a change.
This form guides you in creating a useful feature request.
Want your answer quickly and guaranteed? Visit https://weblate.org/support/ to reach our dedicated support team. As a subscriber, you will always have priority and help Weblate growing.
- type: textarea
id: describe
attributes:
label: Describe the problem
description: >
Is your feature request related to a problem? If so, please provide
a clear and concise description of what the problem is.
placeholder: I'm always frustrated when…
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution brainstorm
description: We know you have ideas how to address this, please share it.
placeholder: I'd like to get…
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you have considered
description: A clear and concise description of any alternative solutions or features you have considered.
placeholder: The issue can also be addressed by…
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to better explain your problem.
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other contextual info about the problem here.