mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
![]() |
---
|
||
|
name: Bug Report
|
||
|
about: Report a problem or unexpected behavior
|
||
|
labels: bug
|
||
|
assignees: checktheroads
|
||
|
---
|
||
|
|
||
|
<!-- Please provide a general summary of the issue in the Title. -->
|
||
|
|
||
|
# Bug Description
|
||
|
<!-- A clear and concise description of the bug. -->
|
||
|
|
||
|
# Expected behavior
|
||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||
|
|
||
|
# Steps to Reproduce
|
||
|
<!-- Provide steps necessary to reproduce this issue. -->
|
||
|
|
||
|
## Local Configurations
|
||
|
<!-- If possible, please a link to a live example and the relevant sections of your hyperglass.yaml, commands.yaml, or devices.yaml in a code block. -->
|
||
|
|
||
|
```
|
||
|
<configs>
|
||
|
```
|
||
|
|
||
|
## Logs
|
||
|
<!-- If an error occurred, please paste the relevant error message(s) in the below code block. -->
|
||
|
|
||
|
```
|
||
|
<logs>
|
||
|
```
|
||
|
|
||
|
# Possible Solution
|
||
|
<!-- If you think you know what would fix this, please share your ideas. -->
|
||
|
|
||
|
# Environment
|
||
|
|
||
|
## Server
|
||
|
- OS: <!-- (e.g. Ubuntu 18.04, CentOS 7) -->
|
||
|
- Python Version: <!-- (e.g. 3.6) -->
|
||
|
- hyperglass Version: <!-- (e.g 1.0.0) -->
|
||
|
|
||
|
## Client
|
||
|
- OS & Version: <!-- (e.g. Windows 10, macOS 10.15, Ubuntu Linux 18.04) -->
|
||
|
- Browser: <!-- (e.g. Chrome, Safari, Firefox, etc.) -->
|
||
|
|
||
|
### Smartphone Details (if applicable)
|
||
|
- Device: <!-- (e.g. iPhone, Samsung) -->
|
||
|
- OS: <!-- (e.g. iOS 13.1, Android 11) -->
|
||
|
- Browser: <!-- (e.g. Safari, Chrome) -->
|
||
|
|