Skip to content

Commit 2d97b51

Browse files
Update issue template (pterodactyl#3271)
Daemon was replaced with Wings, template updated to reflect that, Also askes for logs as they can be helpful, and reduce the amount of times we have to ask and wait for a reply.
1 parent 38be4c9 commit 2d97b51

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
---
22
name: "\U0001F41B Bug Report"
33
about: For reporting code or design bugs with the software. DO NOT REPORT APACHE/NGINX/PHP CONFIGURATION ISSUES.
4-
54
---
65

76
DO NOT REPORT ISSUES CONFIGURING: SSL, PHP, APACHE, NGINX, YOUR MACHINE, SSH, SFTP, ETC. ON THIS GITHUB TRACKER.
87

9-
For assistance installing this software, as well as debugging issues with dependencies, please use our discord server: https://discord.gg/pterodactyl
8+
For assistance installing this software, as well as debugging issues with dependencies, please use our discord server: <https://discord.gg/pterodactyl>
109

1110
You MUST complete all of the below information when reporting a bug, failure to do so will result in closure of your issue. PLEASE stop spamming our tracker with "bugs" that are not related to this project.
1211

12+
To obtain logs for the panel and wings the below commands should help with the retrevial of them.
13+
Panel: ``` tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99 ```
14+
Wings: ``` sudo wings diagnostics ```
15+
1316
**STOP: READ FIRST, AND THEN DELETE THE ABOVE LINES**
1417

1518
**Background (please complete the following information):**
16-
* Panel or Daemon:
17-
* Version of Panel/Daemon:
18-
* Server's OS:
19-
* Your Computer's OS & Browser:
19+
20+
* Panel or Wings:
21+
* Version of Panel/Wings:
22+
* Panel Logs:
23+
* Wings Logs:
24+
* Server's OS:
25+
* Your Computer's OS & Browser:
2026

2127
**Describe the bug**
2228
A clear and concise description of what the bug is.
2329
Please provide additional information too, depending on what you have issues with:
2430
Panel: `php -v` (the php version in use).
25-
Daemon: `uname -a` and `docker info` (your kernel version and information regarding docker)
31+
Wings: `uname -a` and `docker info` (your kernel version and information regarding docker)
2632

2733
**To Reproduce**
28-
Steps to reproduce the behavior:
34+
Steps to reproduce this behavior:
35+
2936
1. Go to '...'
3037
2. Click on '....'
3138
3. Scroll down to '....'

0 commit comments

Comments
 (0)