From b7a5558afc795bfffef4c1ad56378b256ab16368 Mon Sep 17 00:00:00 2001 From: Vincent A Date: Sun, 11 Oct 2020 11:17:48 +0200 Subject: [PATCH] .gitlab/issue_templates/Module_bug.md: add code blocks as a hint for paste --- .gitlab/issue_templates/Module_bug.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab/issue_templates/Module_bug.md b/.gitlab/issue_templates/Module_bug.md index 42bef48ec3..d3a1993c2e 100644 --- a/.gitlab/issue_templates/Module_bug.md +++ b/.gitlab/issue_templates/Module_bug.md @@ -8,16 +8,28 @@ First, read the [frequently asked questions](https://git.weboob.org/weboob/weboo ### Paste here the stacktrace or error message you observe +``` +paste here +``` + ### What are the steps to reproduce the problem? ### What weboob version are you using? Output of `weboob-config --version` command: +``` +paste here +``` + ### What module version are you using? Output of `weboob-config info MODULE_NAME` command: +``` +paste here +``` + ### How did you install weboob? Example: apt, brew, distro packages, pip, setup.py -- GitLab