diff options
author | Mark Fletcher <mark@gitlab.com> | 2016-08-24 14:56:32 +0100 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2016-08-24 15:00:33 +0100 |
commit | b1add60648554d5f5ae6990b95405d2b97aac627 (patch) | |
tree | 4db511283571363ff432a6efe1baa673c1696bd8 /.gitlab | |
parent | 4b40767c0e4899188bb86edac1b05ab9f7403d4f (diff) | |
download | gitlab-ce-b1add60648554d5f5ae6990b95405d2b97aac627.tar.gz |
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
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 6 |
1 files changed, 5 insertions, 1 deletions
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, |