From 47ddcacae375893a887eaa55b55b72bbef2f2a76 Mon Sep 17 00:00:00 2001 From: Vincent A Date: Fri, 5 Jun 2020 21:06:03 +0200 Subject: [PATCH] gitlab: add issue template "Module_bug" --- .gitlab/issue_templates/Module_bug.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitlab/issue_templates/Module_bug.md diff --git a/.gitlab/issue_templates/Module_bug.md b/.gitlab/issue_templates/Module_bug.md new file mode 100644 index 0000000000..42bef48ec3 --- /dev/null +++ b/.gitlab/issue_templates/Module_bug.md @@ -0,0 +1,25 @@ +This is a template for submitting an issue, fill the blanks and remove non-applicable stuff. + +First, read the [frequently asked questions](https://git.weboob.org/weboob/weboob/-/wikis/faq#common-problems). + +### With which module do you encounter problems? + +### Describe the problem you encounter + +### Paste here the stacktrace or error message you observe + +### What are the steps to reproduce the problem? + +### What weboob version are you using? + +Output of `weboob-config --version` command: + +### What module version are you using? + +Output of `weboob-config info MODULE_NAME` command: + +### How did you install weboob? + +Example: apt, brew, distro packages, pip, setup.py + +### Additional info you'd like to mention -- GitLab