Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add package request template #3

Merged
merged 4 commits into from
Mar 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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