Skip to content

Commit

Permalink
feat: add package request template (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 3, 2023
1 parent 5d33e5e commit 9ee86e8
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Request a Package
description: Request an RPM package to be included in the base image
labels: [package-request]

body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this request!
- type: textarea
id: describe-bug
attributes:
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"
validations:
required: true
- type: dropdown
id: image
attributes:
label: Image
description: Which specific image do you want?
options:
- Bazzite
- Kinoite
- LXQt
- Mate
- Silverblue
- Ubuntu
- Vauxite
validations:
required: true

0 comments on commit 9ee86e8

Please sign in to comment.