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 465e851 commit 9fbce19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Package name
description: Enter the package name
value: package
value: "package"
validations:
required: true

Expand All @@ -25,7 +25,7 @@ body:
attributes:
label: Architectures
description: Enter the architectures (comma-separated)
value: any
value: "any"
validations:
required: false

Expand All @@ -34,7 +34,7 @@ body:
attributes:
label: Upstream package version
description: Enter the upstream package version
value: 1.0.0
value: "1.0.0"
validations:
required: true

Expand All @@ -43,7 +43,7 @@ body:
attributes:
label: Package release version
description: Enter the package release version
value: 1
value: "1"
validations:
required: false

Expand All @@ -60,7 +60,7 @@ body:
attributes:
label: Source URLs
description: Enter the source URLs (comma-separated)
value: website.com
value: "https://website.com"
validations:
required: true

Expand All @@ -69,7 +69,7 @@ body:
attributes:
label: Checksums
description: Enter the checksums (comma-separated)
value: SKIP
value: "SKIP"
validations:
required: true

Expand Down Expand Up @@ -110,7 +110,7 @@ body:
attributes:
label: Package description
description: Enter the package description
value: A short description
value: "A short description"
validations:
required: true

Expand All @@ -119,7 +119,7 @@ body:
attributes:
label: License
description: Enter the license
value: LGPL-2.1-or-later
value: "LGPL-2.1-or-later"
validations:
required: false

Expand All @@ -128,7 +128,7 @@ body:
attributes:
label: Maintainer
description: Enter the maintainer
value: Person <[email protected]>
value: "Person <[email protected]>"
validations:
required: true

Expand Down

0 comments on commit 9fbce19

Please sign in to comment.