1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Improve bug_report.md to make sure more info is added

This commit is contained in:
Robert-Jan de Dreu
2023-09-28 09:40:11 +02:00
committed by GitHub
parent efea7e0f7c
commit b09d280fbe

View File

@@ -4,19 +4,37 @@ about: Create a report to help us improve
title: "[BUG] " title: "[BUG] "
labels: bug labels: bug
assignees: '' assignees: ''
body:
- 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
--- ---
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**Device**
- Browser [e.g. Chrome ver.22, Safari ver.10]
- OS: [e.g. Windows 10]
- Screen size [e.g. 800x600]
**To reproduce** **To reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
@@ -28,3 +46,7 @@ Steps to reproduce the behavior:
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain this problem. If applicable, add screenshots to help explain this problem.
**JSFiddle**
Please add a jsFiddle replicating the bug. Without the jsFiddle most bug reports cannot be solved and will be closed.