add template
This commit is contained in:
50
ISSUE_TEMPLATE/1-bug-repot.yml
Normal file
50
ISSUE_TEMPLATE/1-bug-repot.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
name: 🐞 Bug Report
|
||||
about: Report a bug, something is not working
|
||||
title: "bug: "
|
||||
labels:
|
||||
- kind/bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to report this bug! Please fill out the form below to help us understand and fix the issue.
|
||||
|
||||
- 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
|
||||
Reference in New Issue
Block a user