From e7110265b50bf61597c3a3752db1081bd80c603d Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Wed, 25 Jul 2018 16:22:18 +0200 Subject: [PATCH] ENH: Modified Task and Bug templates for GitLab --- .gitlab/issue_templates/Bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 9a4a56d2..c61a027f 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -28,5 +28,5 @@ Possible fixes (If you can, link to the line of code that might be responsible for the problem) -/label ~bug ~reproduced ~needs-investigation +/label ~bug ~needs-investigation -- GitLab