mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Improve bug_report.md to make sure more info is added
This commit is contained in:
committed by
GitHub
parent
efea7e0f7c
commit
b09d280fbe
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -4,19 +4,37 @@ about: Create a report to help us improve
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
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**
|
||||
|
||||
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**
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
@@ -28,3 +46,7 @@ Steps to reproduce the behavior:
|
||||
**Screenshots**
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user