Skip to content

Commit

Permalink
Feature-request template reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored Jul 13, 2023
1 parent 8dfd3e6 commit 95b0d0d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,35 @@ body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue on Weblate! This form will guide you to create a useful issue report.
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.
Get in contact with our our dedicated support team
for quick and guaranteed answers on https://weblate.org/support/
As a subscriber, you always have priority and help Weblate grow.
- type: textarea
- 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.
Ex. I'm always frustrated when [...]
Ex. I'm always frustrated when []
validations:
required: true
- type: textarea
id: solition
attributes:
label: Describe the solution you'd like
label: Describe the solution you would like
description: A clear and concise description of what the new feature should do.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
label: Describe alternatives you have considered
description: A clear and concise description of any alternative solutions or features you have considered.
- type: textarea
id: screenshots
attributes:
Expand All @@ -44,4 +48,4 @@ body:
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
description: Add any other contextual info about the problem here.

0 comments on commit 95b0d0d

Please sign in to comment.