mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
78 lines
2.4 KiB
YAML
78 lines
2.4 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: "[BUG] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Thank you for making a bug report!
|
|
Thanks for taking the time to fill out this bug report! Please fill this form out completely —
|
|
incomplete reports are hard to replicate and may be closed.
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Tabler version
|
|
description: "Which version of Tabler are you using?"
|
|
placeholder: "e.g. 1.4.0"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: browser
|
|
attributes:
|
|
label: Browser
|
|
description: "What browser and version did this bug occur on?"
|
|
placeholder: "e.g. Chrome ver.22, Safari ver.10"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: OS
|
|
description: "What is the operating system of your device?"
|
|
placeholder: "e.g. Windows 10, iOS 14, Ubuntu 23.04"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: screen_size
|
|
attributes:
|
|
label: Screen size
|
|
description: "What is the screen size of your device?"
|
|
placeholder: "e.g. 800x600, 1920x1080"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: "A clear and concise description of what the bug is."
|
|
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 '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: "If applicable, add screenshots here to help explain this problem. This helps us understand what's happening better."
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: live_example
|
|
attributes:
|
|
label: Live example
|
|
description: "Please add a link to a live example replicating the bug (for example a JSFiddle or CodeSandbox — you can start from our [starter template](https://stackblitz.com/github/tabler/tabler-starter)). Without it, most bug reports cannot be solved and will be closed."
|
|
validations:
|
|
required: false
|