From cf99606f0da60b9b9bcdb2bff8954d22c8c503b5 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Fri, 28 Sep 2018 10:17:27 -0700 Subject: [PATCH] Point to correct location for getting logs in bug template --- .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 555b236764..8c7700f054 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -62,5 +62,5 @@ I am experiencing a problem with... ### Attached Logs -Follow the instructions in the [README](https://github.com/PowerShell/vscode-powershell#reporting-problems) +Follow the instructions in the [troubleshooting docs](https://github.com/PowerShell/vscode-powershell/blob/master/docs/troubleshooting.md#logs) about capturing and sending logs.