Files
issue-template-testing/ISSUE_TEMPLATE/1-bug-repot.yml

46 lines
1.2 KiB
YAML

name: 🐞 Bug Report
about: Report a bug, something is not working
title: "bug: "
labels:
- kind/bug
body:
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: Describe what should happen...
validations:
required: true
- type: textarea
id: describe-bug
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
placeholder: Describe what's going wrong...
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: Steps to Reproduce
description: Write the 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: media
attributes:
label: Media Proof
description: If applicable, add screenshots,videos or logs to help explain your problem.
placeholder: Drag and drop images or paste URLs here
validations:
required: false