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 ab7729b commit f420503
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ description: "Use this template to request the creation of a new Pacscript."
title: "PacReq: name_of_the_package"
labels: ["package request"]
body:
- type: dropdown
id: type
attributes:
label: Types
description: Select the type of pacscript you're requesting
options:
- -bin (Binary release of the package)
- -git (Compiled off of the latest commit of the package)
- -app (Appimage of the package)
- nosuffix (Compiled off of the released source code)
- -deb (Debian achieve release of the package)

- type: input
id: package_name
attributes:
Expand All @@ -12,7 +24,7 @@ body:
validations:
required: true

- type: checkboxes
- type: dropdown
id: architectures
attributes:
label: "Architectures"
Expand Down

0 comments on commit f420503

Please sign in to comment.