Skip to content

Commit

Permalink
Update PACKAGE-REQUEST.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jun 4, 2024
1 parent fb7bf4a commit 061f5cd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ body:
attributes:
label: "Package name"
description: "Enter the package name (e.g., foo-bin)"
value: "package"
value: "foo-bin"
validations:
required: true

- type: dropdown
id: architectures
attributes:
label: "Architectures"
description: "Select the architectures"
description: "Select the architectures (leave blank for any/all)"
multiple: true
options:
- "amd64"
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 061f5cd

Please sign in to comment.