This commit is contained in:
MartinBraquet
2025-12-15 21:44:28 +02:00
parent 53a1b4c415
commit c5965fff89
2 changed files with 8 additions and 8 deletions

View File

@@ -4,16 +4,16 @@ body:
- type: textarea
attributes:
label: Problem
description: >
description: |
A clear and concise description of what the problem is.
Example: I'm always frustrated when [...]
placeholder: I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Solution
description: >
description: |
A clear and concise description of what you want to happen.
validations:
required: true
@@ -21,7 +21,7 @@ body:
- type: textarea
attributes:
label: Alternatives
description: >
description: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
@@ -29,12 +29,12 @@ body:
- type: textarea
attributes:
label: Additional context
description: >
description: |
Add any other context or screenshots about the feature request here.
validations:
required: false
- type: markdown
attributes:
value: >
value: |
Thanks for contributing!

View File

@@ -4,7 +4,7 @@ body:
- type: textarea
attributes:
label: Issue
description: >
description: |
A clear and concise description of the question or issue
validations:
required: true
@@ -21,5 +21,5 @@ body:
required: false
- type: markdown
attributes:
value: >
value: |
Thanks for contributing!