Gradience/.github/ISSUE_TEMPLATE/bug_report.yml

93 lines
2.4 KiB
YAML

name: 🐛 Bug Report
description: File a bug report
title: "bug: "
labels: "bug"
assignees:
- 0xMRTT
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: What happened?
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '…'
2. Click on '…'
3. Scroll down to '…'
4. See error
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: markdown
attributes:
value: "## System"
- type: input
attributes:
label: OS
description: On which system do you run the app?
placeholder: Fedora Linux 36 (Workstation Edition)
- type: input
attributes:
label: Version
description: Which version of the app do you use?
placeholder: "0.3.0, 0.3.0-7e0386b"
- type: dropdown
attributes:
label: Installation method
description: How did you install Gradience ?
options:
- Flatpak from Flathub
- Flatpak from Github Actions
- Flatpak from manual build
- AUR
- Fedora COPR (lyessaadi/gradience)
- Manual using meson
- Other
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GradienceTeam/Gradience/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true