From 4e5741955c41762ee35557d6c3cb59e80649def2 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Wed, 7 Oct 2020 13:15:06 -0600 Subject: [PATCH 1/2] Update bug report template Per https://github.com/ipfs-shipyard/ipfs-webui/issues/1665, make instructions for logs clearer for Linux users who don't see a system tray menu. --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b18571d16..fa0cfcbbe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,8 @@ labels: need/triage assignees: '' --- - - OS: [e.g. macOS, Windows, Linux] + +- OS: [e.g. macOS, Windows, Linux] - Version of IPFS Desktop [e.g. 0.11.1] **Describe the bug** @@ -32,7 +33,7 @@ Add any other context about the problem here. ATTACH LOGS If possible: -1. Go to `Advanced` → `Open Logs Directory` +1. From the "IPFS icon" menu in your menubar/system tray, go to `Advanced` → `Open Logs Directory` *(for Linux users who do not have this menu, skip these steps or look for your logs directory at `...../.config/IPFS Desktop` )* 2. Find `*.log` files 3. Attach `error.log` and `combined.log` to this issue. --> From 0b121dad3c8ac4e465f31618f015c17009cf5a7a Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Wed, 7 Oct 2020 14:33:11 -0600 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Marcin Rataj --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fa0cfcbbe..a105fa5fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,7 +33,7 @@ Add any other context about the problem here. ATTACH LOGS If possible: -1. From the "IPFS icon" menu in your menubar/system tray, go to `Advanced` → `Open Logs Directory` *(for Linux users who do not have this menu, skip these steps or look for your logs directory at `...../.config/IPFS Desktop` )* +1. From the "IPFS icon" menu in your menubar/system tray, go to `Advanced` → `Open Logs Directory` *(for Linux users who do not have this menu, logs can be found in `$HOME/.config/IPFS Desktop` )* 2. Find `*.log` files 3. Attach `error.log` and `combined.log` to this issue. -->