From 3f7a82684a994cb0225d2c6e132340fd9e634f2c Mon Sep 17 00:00:00 2001 From: Robert Czechowski Date: Tue, 18 Aug 2020 20:32:41 +0200 Subject: [PATCH] Add issue template 'bugreport' --- .gitlab/issue_templates/bugreport.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab/issue_templates/bugreport.md diff --git a/.gitlab/issue_templates/bugreport.md b/.gitlab/issue_templates/bugreport.md new file mode 100644 index 0000000..8ada2b7 --- /dev/null +++ b/.gitlab/issue_templates/bugreport.md @@ -0,0 +1,15 @@ +**Whats happening:** + +… [Please fill in all dots] + +**What should be happening:** + +… + +**Additional information:** + +… + +**Debug information:** + +… [Please paste the output of https://jwinf.de/debug] -- GitLab