Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

33 lines
1017 B
YAML

name: Bug Report
description: File a bug report here
labels: ["bug"]
assignees: ["andriy1507"]
body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report"
- type: textarea
id: bug-description
attributes:
label: Description of the bug
description: Give us a brief description of what happened and what should have happened
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps 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
- type: textarea
id: additional-information
attributes:
label: Additional Information
description: |
Provide any additional information such as logs, screenshots, likes, scenarios in which the bug occurs so that it facilitates resolving the issue.