From 656dd910040e13ce2653c416b772693eff13d678 Mon Sep 17 00:00:00 2001 From: Bella Who Date: Sun, 9 Feb 2020 19:12:40 -0500 Subject: [PATCH 1/2] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index ced6b51e..dc6eb226 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -14,7 +14,13 @@ Baritone version: Forge mods (if used): ## Exception, error or logs -You can find your logs in `%appdata%/.minecraft/logs/` (Windows) or `/Library/Application\ Support/minecraft/logs` (Mac). +Please find your `latest.log` or `debug.log` in this folder and attach it to the issue + +Linux: `~/.minecraft/logs/` + +Windows: `%appdata%/.minecraft/logs/` + +Mac:`/Library/Application\ Support/minecraft/logs/` ## How to reproduce Add your steps to reproduce the issue/bug experienced here. From e66d8616ceeb520009bc5ef1ac0b578f8f1dcdb2 Mon Sep 17 00:00:00 2001 From: Bella Who Date: Sun, 9 Feb 2020 19:28:19 -0500 Subject: [PATCH 2/2] fixed space --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index dc6eb226..e2b8874c 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -20,7 +20,7 @@ Linux: `~/.minecraft/logs/` Windows: `%appdata%/.minecraft/logs/` -Mac:`/Library/Application\ Support/minecraft/logs/` +Mac: `/Library/Application\ Support/minecraft/logs/` ## How to reproduce Add your steps to reproduce the issue/bug experienced here.