interstellar-kbin/.github/ISSUE_TEMPLATE/_bug_report.yaml

52 lines
1.3 KiB
YAML
Raw Normal View History

2024-01-20 21:02:57 +01:00
name: 🐛 Bug report
description: Create a report to help us improve
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this issue 🙏.
Before you submit, please search the issue tracker to prevent duplicates as a similar issue might already exist.
- type: textarea
id: description
attributes:
label: Describe the bug
description: Provide a clear and concise description of the bug.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Describe the steps we have to take to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: input
id: version
attributes:
label: Version
placeholder: 1.2.3
validations:
required: true
- type: dropdown
id: platform
attributes:
label: What platform(s) are you seeing the problem on?
multiple: true
options:
- Android
- iOS
- Linux
- macOS
- Windows
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.