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

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

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

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

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

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

Expand Down

0 comments on commit 465e851

Please sign in to comment.