Merge branch 'IssueTemplateFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-IssueTemplateFix

This commit is contained in:
Wojtek Figat
2025-09-30 15:49:11 +02:00
2 changed files with 10 additions and 10 deletions

View File

@@ -5,19 +5,19 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please attach any minimal repoduction projects!
Thanks for taking the time to fill out this bug report! Please attach any minimal reproduction projects!
- type: textarea
id: description-area
attributes:
label: Description
description: Please provide a description and what you expected to happen.
description: Please provide a description of the bug and what you expected to happen.
validations:
required: true
- type: textarea
id: steps-area
attributes:
label: Steps to reproduce
description: Please provide an repoduction steps.
description: Please provide reproduction steps if possible.
validations:
required: true
- type: dropdown
@@ -26,10 +26,10 @@ body:
label: Version
description: What version of Flax are you running?
options:
- 1.8
- 1.9
- 1.10
- 1.11
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- master branch
default: 2
validations:

View File

@@ -14,9 +14,9 @@ body:
validations:
required: true
- type: textarea
id: benifits-area
id: benefits-area
attributes:
label: Benifits
description: Please provide what benifits this feature would provide to the engine!
label: Benefits
description: Please provide what benefits this feature would provide to the engine!
validations:
required: true