38 lines
553 B
Markdown
38 lines
553 B
Markdown
---
|
|
name: Bug Report
|
|
about: Something is not working as expected...
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Expected behaviour**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Operating system and version**
|
|
|
|
- OS: (linux, osx, windows, freebsd, etc)
|
|
- GPUs: (list architecture)
|
|
|
|
**My Configuration**
|
|
|
|
```yaml
|
|
# copy / paste your configuration here
|
|
```
|
|
|
|
**Proxy Logs**
|
|
|
|
```
|
|
# copy / paste from /logs
|
|
```
|
|
|
|
**Upstream Logs**
|
|
|
|
```
|
|
# copy/paste from /logs
|
|
```
|