From 9394afabbc80abd9d7936dc8e82592141490f16b Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 9 Feb 2025 18:44:09 -0800 Subject: [PATCH] .github/ISSUE_TEMPLATE: fix fields for package request --- .github/ISSUE_TEMPLATE/05_package_request.yml | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/05_package_request.yml b/.github/ISSUE_TEMPLATE/05_package_request.yml index 483d798bf9ab..b73360a91cb4 100644 --- a/.github/ISSUE_TEMPLATE/05_package_request.yml +++ b/.github/ISSUE_TEMPLATE/05_package_request.yml @@ -23,23 +23,6 @@ body: > `Package request: hello` --- - - type: "dropdown" - id: "version" - attributes: - label: "Nixpkgs version" - description: | - What version of Nixpkgs are you using? - - > [!IMPORTANT] - > If you are using an older or stable version, please update to the latest **unstable** version and check if the package still does not exist before continuing this request. - options: - - "Please select a version." - - "- Unstable (25.05)" - - "- Stable (24.11)" - - "- Previous Stable (24.05)" - default: 0 - validations: - required: true - type: "textarea" id: "description" attributes: @@ -51,9 +34,9 @@ body: id: "homepage" attributes: label: "Upstream homepage" - description: "Please copy and paste a link to the package's homepage. Leave this field blank if there is no upstream homepage." + description: "Please copy and paste a link to the package's homepage." validations: - required: false + required: true - type: "input" id: "source" attributes: @@ -80,8 +63,6 @@ body: - "x86_64-darwin" - "aarch64-darwin" - "Exotic" - validations: - required: true - type: "textarea" id: "additional-context" attributes: