Refactor bug report template

This commit is contained in:
EnderActually 2026-03-04 12:38:13 -05:00 committed by GitHub
parent f55df2944c
commit 7388b6e18d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,42 +3,26 @@ description: File a bug report.
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["bug"]
type: bug type: bug
body: body:
- type: input - type: textarea
id: bug-description id: bug-description
attributes: attributes:
label: Bug description label: Bug description
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: textarea
id: steps
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Video**
If applicable, PLEASE add videos to help explain your problem.
**Details (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
- Build Type:
- [ ] Release
- [ ] Debug
**Additional context**
Add any other context about the problem here.