From 5f1b35aa365d0dbae581c2271171f1adb80fd512 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 10 Feb 2020 10:06:43 +0100 Subject: Added server log to GitHub issue template To encourage new reporters to use the triple-backticks for logs. --- .github/ISSUE_TEMPLATE | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 53bf640e3..02a385505 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,6 +1,6 @@ -Client version: x.x.x -Server OS: Windows/Linux/macOS/BSD/... -Commit id: (Found at the top of the server's console output) +Client version: x.x.x +Server OS: Windows/Linux/macOS/BSD/... +Cuberite Commit id: (Found at the top of the server's console output) ### Expected behavior @@ -11,3 +11,8 @@ Commit id: (Found at the top of the server's console output) ### Steps to reproduce the behavior + +### Server log +``` +Relevant part of server log +``` -- cgit v1.2.3