Qopy/.github/ISSUE_TEMPLATE/bug_report.yml
PandaDEV d0b551b3fd
Revert "style: formatting"
This reverts commit f2f554074b.
2024-11-23 15:09:16 +10:00

75 lines
1.6 KiB
YAML

name: "\U0001F41E Bug report"
description: Create a report to help me improve Qopy
labels: [Bug]
assignees:
- 0PandaDEV
body:
#
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
#
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: dropdown
id: os
attributes:
label: Operating system
options:
- Windows
- Linux
- macOS
validations:
required: true
- type: input
id: version
attributes:
label: Version of Qopy
placeholder: e.g. 0.1.0
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false