feat: change issue templating

This commit is contained in:
Daan Selen
2026-02-05 18:26:57 +01:00
parent fd2daa2934
commit eebb2e39cc
3 changed files with 40 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help us improve the project!
title: ''
labels: bug
assignees: ''
@@ -11,6 +11,7 @@ assignees: ''
A clear and concise description of what the bug is.
**Expected Error / Traceback**
```
Please provide the error traceback here
```
@@ -20,9 +21,22 @@ Please provide how you run the dashboard
**OS Information:**
- OS: [e.g. Ubuntu 18.02]
- Python Version: [e.g v3.7]
- 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**
```
Please provide a sample of your configuration file that you are having problem with. You can replace your public key and private key to ABCD...
```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...
```