mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 15:45:17 +00:00
chore: Add issue templates for GitHub (#658)
This commit is contained in:
parent
f09a2d2426
commit
6effacfa85
41
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Report an issue about using Bazzite
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thank you for taking the time to fill out this bug report!
|
||||||
|
- type: textarea
|
||||||
|
id: describe-bug
|
||||||
|
attributes:
|
||||||
|
label: Describe the bug
|
||||||
|
description: A clear and concise description of what the bug is.
|
||||||
|
placeholder: Tell us what happened!
|
||||||
|
value: "When I entered 2 + 2, I got the answer 6."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: expected-bahavior
|
||||||
|
attributes:
|
||||||
|
label: What did you expect to happen?
|
||||||
|
description: A clear and concise description of what you expected to happen.
|
||||||
|
placeholder: What were you expecting to happen?
|
||||||
|
value: "I expected 2 + 2 to equal 4, but instead 2 + 2 equaled 6!"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Output of `rpm-ostree status`
|
||||||
|
description: Please run `rpm-ostree status` and paste the output here.
|
||||||
|
render: shell
|
||||||
|
- type: textarea
|
||||||
|
id: hardware
|
||||||
|
attributes:
|
||||||
|
label: Hardware
|
||||||
|
description: Please provide further information about your hardware. If reporting a bug on a handheld device, please provide the output of the following - `cat /sys/devices/virtual/dmi/id/product_name`
|
||||||
|
- type: textarea
|
||||||
|
id: extra-context
|
||||||
|
attributes:
|
||||||
|
label: Extra information or context
|
||||||
|
description: Add any other context about the problem here.
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links:
|
||||||
|
- name: Questions and Feedback
|
||||||
|
url: https://universal-blue.discourse.group/c/bazzite/5
|
||||||
|
about: Ask a question, share tips, and help others
|
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user