diff --git a/.gitlab/issue_templates/Module_bug.md b/.gitlab/issue_templates/Module_bug.md index 42bef48ec302b415652a00ac872abb78c559fc35..d3a1993c2e51df1a12fa40c0e83e6fd713928c25 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