Skip to content

Commit

Permalink
chore: add "all images" as an option (ublue-os#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 4, 2023
1 parent 7f922c9 commit 8bae1bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Request a Package
description: Request an RPM package to be included in the base image
description: Request an RPM package to be included in an image
labels: [package-request]

body:
Expand All @@ -13,7 +13,7 @@ body:
label: Describe the package
description: Include why you feel this should be on the image
placeholder: Tell us what you need
value: "I'd like to request the package `vim` on the main image"
value: "I'd like to request the package `vim` because ..."
validations:
required: true
- type: dropdown
Expand All @@ -22,6 +22,7 @@ body:
label: Image
description: Which specific image do you want?
options:
- All Images
- Bazzite
- Kinoite
- LXQt
Expand All @@ -31,3 +32,4 @@ body:
- Vauxite
validations:
required: true

0 comments on commit 8bae1bc

Please sign in to comment.