From 8be4b41efc8447cda64c1fb965ef9d9791b9f8d8 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Thu, 16 Jul 2020 16:24:58 +0200 Subject: [PATCH] Request for logs in bug report This is crucial info that is often overlooked. --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 536ecfbc8..72b819862 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,6 +17,30 @@ about: Create a report to help us improve ### Screenshots +### Http request and response from inspector + + +``` +// insert request and response here +``` + +### Console output + + +``` +// insert console output here +``` + **System information** + Operating system: +- [ ] Windows +- [ ] Linux +- [ ] MacOS +- [ ] Other + Browser: +- [ ] Safari +- [ ] Chrome +- [ ] Edge +- [ ] Other