From 9ae68dcae2fcf230a3a454b94c84e2037ff73258 Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Tue, 21 Apr 2020 23:35:35 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e92fe3f3c..7e73a4d5f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,9 @@ assignees: '' 3. ### Error message shown -Copy and paste any error messages / relevant text and/or screenshot the incorrect behaviour. +* Follow the steps on the [wiki](https://github.com/icsharpcode/CodeConverter/wiki) - where do things go wrong? +* Copy and paste any error messages / relevant text and/or screenshot the incorrect behaviour. + If there's no error message, try the [Visual Studio Activity log](https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-the-activity-log?view=vs-2019#to-examine-the-activity-log): > Run Visual Studio with the /Log command line switch to write ActivityLog.xml to disk during your session.