From 60afa2d7229b7d50e62b0acada1652d47a5d1e60 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 3 Mar 2020 20:01:07 +0800 Subject: [PATCH] - Update bug template to ask for console log --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9005e2d3..7dd770c3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,5 +36,9 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Log** +If applicable, copy any error logs in your browser console. This can be very +helpful in identifying the problem. + **Additional context** Add any other context about the problem here.