Skip to content

Commit 8bae1bc

Browse files
authored
chore: add "all images" as an option (#32)
1 parent 7f922c9 commit 8bae1bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Request a Package
2-
description: Request an RPM package to be included in the base image
2+
description: Request an RPM package to be included in an image
33
labels: [package-request]
44

55
body:
@@ -13,7 +13,7 @@ body:
1313
label: Describe the package
1414
description: Include why you feel this should be on the image
1515
placeholder: Tell us what you need
16-
value: "I'd like to request the package `vim` on the main image"
16+
value: "I'd like to request the package `vim` because ..."
1717
validations:
1818
required: true
1919
- type: dropdown
@@ -22,6 +22,7 @@ body:
2222
label: Image
2323
description: Which specific image do you want?
2424
options:
25+
- All Images
2526
- Bazzite
2627
- Kinoite
2728
- LXQt
@@ -31,3 +32,4 @@ body:
3132
- Vauxite
3233
validations:
3334
required: true
35+

0 commit comments

Comments
 (0)