From 448b624b932a387e86b31e5c6244cc38a598a9f8 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 19 Aug 2018 07:11:34 +1000 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b7e43dc9..70daa19c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,17 @@ Steps to reproduce the behavior if not causing an application crash: If issue is replicated by a specific 'file' or 'path' please archive the file and path tree & email to support@mynas.com.au **Complete Verbose Log Output** -A clear and full log of the problem. Please use 3 ` characters to format log output to make it easier to read. See https://guides.github.com/features/mastering-markdown/ for more details. +A clear and full log of the problem when running the application in the following manner (ie, not in monitor mode): +``` +onedrive --synchronize --verbose +``` + +Run the application in a separate terminal window or SSH session and provide the entire application output including the error & crash. When posing the logs, Please format log output to make it easier to read. See https://guides.github.com/features/mastering-markdown/ for more details. + +Application Log Output: +``` +Verbose console log output goes here +``` **Screenshots** If applicable, add screenshots to help explain your problem.