mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-18 13:58:27 +00:00
Made some structural edits, mainly stealing from [httpx's general structure/comments](https://github.com/encode/httpx/tree/master/.github/ISSUE_TEMPLATE).
51 lines
1.3 KiB
Markdown
51 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) -->
|
|
|