mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-17 06:06:18 +00:00
Merge pull request #1127 from WGDashboard/change_issue_template
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
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
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve the project!
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
@@ -11,6 +11,7 @@ assignees: ''
|
|||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Expected Error / Traceback**
|
**Expected Error / Traceback**
|
||||||
|
|
||||||
```
|
```
|
||||||
Please provide the error traceback here
|
Please provide the error traceback here
|
||||||
```
|
```
|
||||||
@@ -20,9 +21,22 @@ Please provide how you run the dashboard
|
|||||||
|
|
||||||
**OS Information:**
|
**OS Information:**
|
||||||
- OS: [e.g. Ubuntu 18.02]
|
- 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**
|
**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...
|
||||||
```
|
```
|
||||||
|
|||||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: WGDashboard Community Support (Github)
|
||||||
|
url: https://github.com/orgs/WGDashboard/discussions
|
||||||
|
about: Please ask and answer questions here.
|
||||||
|
|
||||||
|
- name: WGDashboard Community Support (Discord)
|
||||||
|
url: https://discord.gg/72TwzjeuWm
|
||||||
|
about: Discord Server about WGDashboard
|
||||||
|
|
||||||
|
- name: WGDashboard Issue reporting (Bugs and Feature Requests (FR))
|
||||||
|
url: https://github.com/WGDashboard/WGDashboard/issues
|
||||||
|
about: Please report bugs or feature requests here so they can be tracked
|
||||||
|
|
||||||
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature Request (FR)
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea to extend or improve the usage of the project
|
||||||
title: ''
|
title: ''
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
@@ -10,5 +10,11 @@ assignees: ''
|
|||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Related/Adjacent Issues**
|
||||||
|
Paste a Github link to possible issues that could be solved if they exist.
|
||||||
|
|
||||||
|
**What have you done yourself?**
|
||||||
|
What have you already tried to do or considered to fix this issue?
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Describe the solution you'd like**
|
||||||
A clear and concise description of what you want to happen.
|
A clear and concise description of what you want to happen.
|
||||||
|
|||||||
Reference in New Issue
Block a user