From b1add60648554d5f5ae6990b95405d2b97aac627 Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Wed, 24 Aug 2016 14:56:32 +0100 Subject: Reflect template addition in the contributing guide Adjust bug template to adhere to standard bug report format * https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines * Guidelines use the following format - Summary - Steps to Reproduce - Expected Behaviour - Actual Behaviour --- .gitlab/issue_templates/Bug.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitlab') diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 139d97034a2..f6f5879c21a 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,6 +1,6 @@ ## Summary -(Summarize your issue in one sentence - what goes wrong, what did you expect to happen) +(Summarize the bug encountered concisely) ## Steps to reproduce @@ -10,6 +10,10 @@ (What you should see instead) +## Actual behaviour + +(What actually happens) + ## Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, -- cgit v1.2.3