Gradience/.github/ISSUE_TEMPLATE/bug_report.yml

96 lines
2.5 KiB
YAML
Raw Normal View History

2022-08-09 23:34:10 +00:00
name: 🐛 Bug Report
2022-08-09 22:08:06 +00:00
description: File a bug report
2022-08-09 22:22:14 +00:00
title: "bug: "
2022-08-09 22:08:06 +00:00
labels: ["bug", "triage"]
assignees:
2022-08-09 22:11:17 +00:00
- 0xMRTT
2022-08-09 22:08:06 +00:00
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- type: checkboxes
2022-08-09 22:15:53 +00:00
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
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- 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
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- 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
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- type: markdown
attributes:
2022-08-09 22:11:17 +00:00
value: "## System"
2022-08-09 22:08:06 +00:00
- 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?
2022-08-09 22:11:17 +00:00
placeholder: "1.2.0"
2022-08-09 22:08:06 +00:00
- type: dropdown
attributes:
label: Installation method
description: How did you install AdwCustomizer ?
options:
- Flatpak from Flathub
- Flatpak from Github Actions - main
- Flatpak from GitHub Actions - next
- Flatpak from manual build - main
- Flatpak from manual build - next
2022-08-09 22:08:06 +00:00
- AUR
- Manual using meson - main
- Manual using meson - next
2022-08-09 22:08:06 +00:00
- Other
validations:
required: true
2022-08-09 22:11:17 +00:00
2022-08-09 22:08:06 +00:00
- 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://example.com)
options:
- label: I agree to follow this project's Code of Conduct
2022-08-09 22:11:17 +00:00
required: true