mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-17 14:16:17 +00:00
43 lines
846 B
Markdown
43 lines
846 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve the project!
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe The Problem**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Expected Error / Traceback**
|
|
|
|
```
|
|
Please provide the error traceback here
|
|
```
|
|
|
|
**To Reproduce**
|
|
Please provide how you run the dashboard
|
|
|
|
**OS Information:**
|
|
- OS: [e.g. Ubuntu 18.02]
|
|
- Docker: [e.g. Yes or No]
|
|
- Python Version: [e.g v37]
|
|
|
|
**Docker Details**
|
|
If using docker, provide the following:
|
|
- Image used: [e.g. ghcr.io/wgdashboard/wgdashboard:latest]
|
|
- Compose: [e.g. Yes or No]
|
|
If Docker Compose is used:
|
|
|
|
```yaml
|
|
**Your Docker Compose**
|
|
```
|
|
|
|
**Sample of your `.conf` file**
|
|
|
|
```ini
|
|
Please provide a sample of your configuration file that you are having problem with.
|
|
You should replace your public key and private key to ABCD...
|
|
```
|