From e207dfe6245b8e02e9f75c0f957938d3c4c372db Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <cdarsowf@physnet.uni-hamburg.de> Date: Thu, 16 Jan 2020 12:20:26 +0100 Subject: [PATCH] details for the bug template --- .gitlab/bug.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab/bug.md b/.gitlab/bug.md index 8293aaa..965ff8a 100644 --- a/.gitlab/bug.md +++ b/.gitlab/bug.md @@ -23,6 +23,16 @@ (Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) +<details> +<summary>some log</summary> +<!-- keep those free lines to interpret Markdown withing html tags --> + +```python +some Exception +``` + +</details> + ## Possible fixes -- GitLab