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 d590a02 commit e924ace
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
label: Repology reference
description: Enter the repology reference
validations:
required: true
required: false

- type: input
id: architectures
Expand All @@ -26,7 +26,7 @@ body:
description: Enter the architectures (comma-separated)
value: any
validations:
required: true
required: false

- type: input
id: upstream_package_version
Expand All @@ -43,15 +43,15 @@ body:
description: Enter the package release version
value: 1
validations:
required: true
required: false

- type: input
id: homepage_url
attributes:
label: Homepage URL
description: Enter the homepage URL
validations:
required: true
required: false

- type: input
id: source_urls
Expand Down Expand Up @@ -116,7 +116,7 @@ body:
description: Enter the license
value: LGPL-2.1-or-later
validations:
required: true
required: false

- type: input
id: maintainer
Expand Down

0 comments on commit e924ace

Please sign in to comment.