1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update bug_report.md

This commit is contained in:
Robert-Jan de Dreu
2023-09-28 09:51:27 +02:00
committed by GitHub
parent 4a4fc50127
commit 274f6433d0

View File

@@ -37,24 +37,46 @@ body:
placeholder: "e.g. 800x600, 1920x1080" placeholder: "e.g. 800x600, 1920x1080"
validations: validations:
required: true required: true
--- - type: textarea
id: description
**Describe the bug** attributes:
label: Describe the bug
A clear and concise description of what the bug is. description: "A clear and concise description of what the bug is."
value: |
**To reproduce** 1.
2.
Steps to reproduce the behavior: 3.
...
render: bash
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1. Go to '...' 1. Go to '...'
2. Click on '...' 2. Click on '...'
3. Scroll down to '...' 3. Scroll down to '...'
4. See error 4. See error
...
**Screenshots** render: bash
validations:
If applicable, add screenshots to help explain this problem. required: true
- type: textarea
**JSFiddle** id: screenshots
attributes:
Please add a jsFiddle replicating the bug. Without the jsFiddle most bug reports cannot be solved and will be closed. label: Screenshots
description: "If applicable, add screenshots to help explain this problem."
render: bash
validations:
required: false
- type: input
id: jsfiddle
attributes:
label: JSFiddle
description: "Please add a jsFiddle replicating the bug. Without the jsFiddle most bug reports cannot be solved and will be closed."
validations:
required: false
---