diff --git a/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml b/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml index f8afa6d067..7dd19dbe76 100644 --- a/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/PACKAGE-REQUEST.yml @@ -17,7 +17,6 @@ body: attributes: label: Types description: Select the types of pacscripts you're requesting - multiple: true options: - -bin (Binary release of the package) - -git (Compiled off of the latest commit of the package) @@ -32,16 +31,16 @@ body: description: Select the architectures multiple: true options: - - any - - amd64 - - arm64 - - armel - - armhf - - i386 - - mips64el - - ppc64el - - riscv64 - - s390x + - label: any + - label: amd64 + - label: arm64 + - label: armel + - label: armhf + - label: i386 + - label: mips64el + - label: ppc64el + - label: riscv64 + - label: s390x validations: required: true