mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
35 lines
835 B
YAML
35 lines
835 B
YAML
name: Request a Package
|
|
description: Request an RPM package to be included in an 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` because ..."
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: image
|
|
attributes:
|
|
label: Image
|
|
description: Which specific image do you want?
|
|
options:
|
|
- Desktop
|
|
- Deck
|
|
- Nvidia
|
|
- Ally
|
|
- Framework
|
|
- ASUS
|
|
- Surface
|
|
validations:
|
|
required: true
|
|
|