From a25c55fed3ec195dbae76387997069b0cc6d41e8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 30 Nov 2025 19:11:21 +0100 Subject: [PATCH] .github/ISSUE_TEMPLATE: update for release 25.11 --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/02_bug_report_darwin.yml | 4 ++-- .github/ISSUE_TEMPLATE/03_bug_report_nixos.yml | 4 ++-- .github/ISSUE_TEMPLATE/04_build_failure.yml | 4 ++-- .github/ISSUE_TEMPLATE/05_update_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/06_module_request.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) 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