From a169967875b3a307d961d5add49f8895a59372d1 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Fri, 16 May 2025 15:54:54 -0300 Subject: [PATCH] ISSUE_TEMPLATES: update releases following 25.11's branch-off 25.11 is the current unstable, while 25.05 was promoted to stable and 24.11 is on its way to deprecation. Signed-off-by: Fernando Rodrigues --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/02_bug_report_darwin.yml | 6 +++--- .github/ISSUE_TEMPLATE/03_bug_report_nixos.yml | 6 +++--- .github/ISSUE_TEMPLATE/04_build_failure.yml | 6 +++--- .github/ISSUE_TEMPLATE/05_update_request.yml | 6 +++--- .github/ISSUE_TEMPLATE/06_module_request.yml | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 01f1a227f13c..504ff9573d77 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -34,9 +34,9 @@ body: > If you are using an older version, please update to the latest stable version and check if the issue persists before continuing this bug report. options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" 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 16be2865d977..e99882bb3bcc 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml @@ -34,9 +34,9 @@ body: > If you are using an older version, please update to the latest stable version and check if the issue persists before continuing this bug report. options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" 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 b285dd11cfb9..d22e9fa7a897 100644 --- a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml +++ b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml @@ -34,9 +34,9 @@ body: > If you are using an older version, please [update to the latest stable version](https://nixos.org/download) and check if the issue persists before continuing this bug report. options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/04_build_failure.yml b/.github/ISSUE_TEMPLATE/04_build_failure.yml index 2dfa1b779a6d..03b4065b2389 100644 --- a/.github/ISSUE_TEMPLATE/04_build_failure.yml +++ b/.github/ISSUE_TEMPLATE/04_build_failure.yml @@ -35,9 +35,9 @@ body: > If you are purposefully trying to build an ancient version of a package in an older Nixpkgs, please coordinate with the [NixOS Archivists](https://matrix.to/#/#archivists:nixos.org). options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/05_update_request.yml b/.github/ISSUE_TEMPLATE/05_update_request.yml index 91944dbd9cf5..0fc3c0cd2362 100644 --- a/.github/ISSUE_TEMPLATE/05_update_request.yml +++ b/.github/ISSUE_TEMPLATE/05_update_request.yml @@ -35,9 +35,9 @@ body: > If the package has been updated in unstable, but you believe the update should be backported to the stable release of Nixpkgs, please file the '**Request: backport to stable**' form instead. options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" default: 0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/06_module_request.yml b/.github/ISSUE_TEMPLATE/06_module_request.yml index 97008b8623e6..bb800bc0e087 100644 --- a/.github/ISSUE_TEMPLATE/06_module_request.yml +++ b/.github/ISSUE_TEMPLATE/06_module_request.yml @@ -34,9 +34,9 @@ body: > If you are using an older or stable version, please update to the latest **unstable** version and check if the module still does not exist before continuing this request. options: - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" + - "- Unstable (25.11)" + - "- Stable (25.05)" + - "- Previous Stable (24.11)" default: 0 validations: required: true