From 061f5cd82c019975f66102d3a9bc91d85ceff30b Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:01:58 -0400 Subject: [PATCH] Update PACKAGE-REQUEST.yml --- .github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml b/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml index d2f51c2d8d..1f27d565b2 100644 --- a/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml @@ -22,7 +22,7 @@ body: attributes: label: "Package name" description: "Enter the package name (e.g., foo-bin)" - value: "package" + value: "foo-bin" validations: required: true @@ -30,7 +30,7 @@ body: id: architectures attributes: label: "Architectures" - description: "Select the architectures" + description: "Select the architectures (leave blank for any/all)" multiple: true options: - "amd64" @@ -45,19 +45,11 @@ body: validations: required: false - - type: input - id: repology_reference - attributes: - label: "Repology reference" - description: "Enter the repology reference (e.g., project: bar)" - validations: - required: false - - type: input id: upstream_package_version attributes: - label: "Package version" - description: "Enter the upstream package version (e.g., 1.0.0)" + label: "Latest package version" + description: "Enter the most recent package version (e.g., 1.0.0)" value: "1.0.0" validations: required: true @@ -75,7 +67,7 @@ body: attributes: label: "Source URLs" description: "Enter the source URLs (comma-separated, e.g., https://website.com)" - value: "https://website.com" + value: "https://website.com/foo-bin.tar.xz" validations: required: true @@ -99,7 +91,7 @@ body: id: checksums attributes: label: "Checksums" - description: "Enter the checksums (comma-separated, use 'SKIP' if not applicable)" + description: "Enter the checksums (comma-separated, in matched order to source URLs; use 'SKIP' for -git or any not applicable)" value: "SKIP" validations: required: true @@ -132,7 +124,7 @@ body: id: optional_dependencies attributes: label: "Optional Dependencies" - description: "Enter the optional dependencies (comma-separated, format: pkg: description, e.g., dependency1: description1, dependency2: description2)" + description: "Enter the optional dependencies (comma-separated, format: pkg: description; e.g., dependency1: A brief description, dependency2: Another brief description)" validations: required: false @@ -145,6 +137,14 @@ body: validations: required: true + - type: input + id: repology_reference + attributes: + label: "Repology reference" + description: "Enter the repology reference (e.g., project: bar)" + validations: + required: false + - type: input id: license attributes: