add Flax 1.12 to bug report template and tweak wording for some things

This commit is contained in:
Saas
2026-03-25 23:16:27 +01:00
parent 56b208ad85
commit 3db3eb58a3
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Please attach any minimal reproduction projects! Thanks for taking the time to fill out this bug report! Please attach a minimal reproduction project if available!
- type: textarea - type: textarea
id: description-area id: description-area
attributes: attributes:
@@ -17,19 +17,19 @@ body:
id: steps-area id: steps-area
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Please provide reproduction steps if possible. description: Please provide reproduction steps if available.
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
label: Version label: Version
description: What version of Flax are you running? description: What version of Flax did you experience the bug in?
options: options:
- '1.8'
- '1.9' - '1.9'
- '1.10' - '1.10'
- '1.11' - '1.11'
- '1.12'
- master branch - master branch
default: 3 default: 3
validations: validations:
@@ -5,7 +5,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out a feature request! Thank you for taking the time to submit this feature request!
- type: textarea - type: textarea
id: description-area id: description-area
attributes: attributes:
@@ -17,6 +17,6 @@ body:
id: benefits-area id: benefits-area
attributes: attributes:
label: Benefits label: Benefits
description: Please provide what benefits this feature would provide to the engine! description: Please list what benefits this feature would provide to the engine!
validations: validations:
required: true required: true