diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index a75003f63..7e6150557 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 reproduction projects! + Thanks for taking the time to fill out this bug report! Please attach a minimal reproduction project if available! - type: textarea id: description-area attributes: @@ -17,19 +17,19 @@ body: id: steps-area attributes: label: Steps to reproduce - description: Please provide reproduction steps if possible. + description: Please provide reproduction steps if available. validations: required: true - type: dropdown id: version attributes: label: Version - description: What version of Flax are you running? + description: What version of Flax did you experience the bug in? options: - - '1.8' - '1.9' - '1.10' - '1.11' + - '1.12' - master branch default: 3 validations: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yaml b/.github/ISSUE_TEMPLATE/2-feature-request.yaml index 338c9aea0..7ad43bf5b 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yaml @@ -5,7 +5,7 @@ body: - type: markdown attributes: 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 id: description-area attributes: @@ -17,6 +17,6 @@ body: id: benefits-area attributes: 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: required: true \ No newline at end of file