From b44dab37a198af065c17ccf451ac7c2ca3de4048 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 24 May 2021 09:53:50 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6c74211..e3334c2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,15 +8,24 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. Also how to reproduce, the expected behavior. **Photo/video (optional) that causes the bug** + If error is in connection with a particular photo/video, It would help a lot with the debugging if you can attach that file too. -**Screenshots** +**Screenshots (optional)** + If applicable, add screenshots to help explain your problem. +**Server logs (optional)** + +In case of a server side error, provide logs: +* Set env variable `NODE_ENV=debug` to log everything. +* To get logs from docker: `docker ps -a` to list containers, `docker logs ` to get logs. + **Environment (please complete the following information):** - OS: [e.g. server runs on linux, browser on windows] - Browser [e.g. chrome, safari]