From ee9b17fc26178dffde63f793391a54a7c67f292d Mon Sep 17 00:00:00 2001 From: Denys Date: Fri, 15 May 2020 15:49:32 +0300 Subject: [PATCH] gitlab: Ask about reproduction rate in the issue template Reviewed-by: Part-of: --- .gitlab/issue_templates/Bug Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index cb35aff8916..052d4dfb610 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -30,7 +30,7 @@ Please post `inxi -GSC -xx` output OR fill information below manually ### Describe the issue Please describe what you are doing, what you expect and what you're -seeing instead. +seeing instead. How frequent is the issue? Is it a one time occurrence? Does it appear multiple times but randomly? Can you easily reproduce it? "It doesn't work" usually is not a helpful description of an issue. The more detail about how things are going wrong, the better.