diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 1e27276435ef..d2ed16e343e9 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -36,8 +36,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml index 0d8464766a31..7acda0e781c5 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml @@ -36,8 +36,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml index f92ee67d7848..532d7851e989 100644 --- a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml +++ b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml @@ -36,8 +36,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/04_build_failure.yml b/.github/ISSUE_TEMPLATE/04_build_failure.yml index c89e6c3dc977..3d5354adca71 100644 --- a/.github/ISSUE_TEMPLATE/04_build_failure.yml +++ b/.github/ISSUE_TEMPLATE/04_build_failure.yml @@ -38,8 +38,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/05_update_request.yml b/.github/ISSUE_TEMPLATE/05_update_request.yml index 6ea00d41e9b5..a575550eaee5 100644 --- a/.github/ISSUE_TEMPLATE/05_update_request.yml +++ b/.github/ISSUE_TEMPLATE/05_update_request.yml @@ -38,8 +38,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/06_module_request.yml b/.github/ISSUE_TEMPLATE/06_module_request.yml index 435cc9821272..fbe5a2a62a44 100644 --- a/.github/ISSUE_TEMPLATE/06_module_request.yml +++ b/.github/ISSUE_TEMPLATE/06_module_request.yml @@ -36,8 +36,8 @@ body: options: - "Please select a version." - "- Unstable (26.05)" - - "- Beta (25.11)" - - "- Stable (25.05)" + - "- Stable (25.11)" + - "- Old Stable (25.05)" default: 0 validations: required: true