mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-02 19:44:00 +00:00
95 lines
2.5 KiB
YAML
95 lines
2.5 KiB
YAML
name: 🐛 Bug Report
|
|
description: File a bug report
|
|
title: "bug: "
|
|
labels: ["bug", "triage"]
|
|
assignees:
|
|
- 0xMRTT
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks 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
|
|
validations:
|
|
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: "1.2.0"
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Installation method
|
|
description: How did you install Gradience ?
|
|
options:
|
|
- Flatpak from Flathub
|
|
- Flatpak from Github Actions - main
|
|
- Flatpak from GitHub Actions - next
|
|
- Flatpak from manual build - main
|
|
- Flatpak from manual build - next
|
|
- AUR
|
|
- Manual using meson - main
|
|
- Manual using meson - next
|
|
- 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
|