From 797cb3c3f2afefe543f0e22de64e60041e12ead4 Mon Sep 17 00:00:00 2001 From: Saas Date: Tue, 23 Sep 2025 20:56:43 +0200 Subject: [PATCH 1/2] fix 1.10 becoming 1.1 and some spelling issue in issue template --- .github/ISSUE_TEMPLATE/1-bug.yaml | 12 ++++++------ .github/ISSUE_TEMPLATE/2-feature-request.yaml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index acae26c00..4a58ed11d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -5,7 +5,7 @@ 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: @@ -17,7 +17,7 @@ body: id: steps-area attributes: label: Steps to reproduce - description: Please provide an repoduction steps. + description: Please provide an reproduction steps. 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 From 4a3fb410350194a8bfd0ac574acbcacfeb9d8e8b Mon Sep 17 00:00:00 2001 From: Saas Date: Thu, 25 Sep 2025 13:32:21 +0200 Subject: [PATCH 2/2] further fixes and make some stuff a bit nicer --- .github/ISSUE_TEMPLATE/1-bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 4a58ed11d..2e2c65485 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -10,14 +10,14 @@ body: 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 reproduction steps. + description: Please provide reproduction steps if possible. validations: required: true - type: dropdown