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 - type: markdown
attributes: attributes:
value: | 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 - type: textarea
id: description-area id: description-area
attributes: attributes:
label: Description 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: validations:
required: true required: true
- type: textarea - type: textarea
id: steps-area id: steps-area
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Please provide an repoduction steps. description: Please provide reproduction steps if possible.
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@@ -26,10 +26,10 @@ body:
label: Version label: Version
description: What version of Flax are you running? description: What version of Flax are you running?
options: options:
- 1.8 - '1.8'
- 1.9 - '1.9'
- 1.10 - '1.10'
- 1.11 - '1.11'
- master branch - master branch
default: 2 default: 2
validations: validations:

View File

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