mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-17 06:06:18 +00:00
feat: change issue templating
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user