diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index acae26c00..2e2c65485 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yaml b/.github/ISSUE_TEMPLATE/2-feature-request.yaml index 235c863e3..338c9aea0 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yaml @@ -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 \ No newline at end of file