diff options
| author | Gavin John <gavinnjohn@gmail.com> | 2025-02-09 18:44:09 -0800 |
|---|---|---|
| committer | Gavin John <gavinnjohn@gmail.com> | 2025-02-09 18:44:09 -0800 |
| commit | 9394afabbc80abd9d7936dc8e82592141490f16b (patch) | |
| tree | 81dcbc207f7b8da6c4c88a19dbbbbab56a0dccdc /.github | |
| parent | python312Packages.mkdocs-git-committers-plugin-2: 2.4.1 -> 2.5.0 (#380767) (diff) | |
| download | nixpkgs-9394afabbc80abd9d7936dc8e82592141490f16b.tar.gz | |
.github/ISSUE_TEMPLATE: fix fields for package request
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/05_package_request.yml | 23 |
1 files 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: |
