Skip to content

Bug Template #storyID

mppub edited this page Mar 24, 2021 · 13 revisions

Bug Template Description

This is proposed lightweight bug reporting template to agree upon so we have some unified way to report the bugs.

It consist of those sections:

  1. basic description & ACs (link to the original story)
  2. Environment setup
  3. Prerequisites
  4. Reproduction steps

here is an example following this template:


Bug Template #storyID

Here should be a short one-sentence description of what happen.

ACs

Link to the story's acceptance criteria #storyID or pasted ACs:

  • click to the button "x"
  • current logged in user's accounts gets deleted

Environment

  • OS: Windows 10
  • Browser: Chrome@latest

Prerequisites

  • user is logged in the application

Reproduction steps

  1. I click on button "x"
  2. nothing happen and there is an error in the console

console output


Some notes:

  • remember that the consumer of the bug report is a developer so in order to help him, always open the browser developer console and make a screen or copy paste the errors contents. Example in chrome: type "developer" or "console" in help section: console
  • please always include the concrete steps that led to the bug so it is reproducible
  • add the bug in the QA column in the board
  • adding a corresponding milestone should be a good practice
Clone this wiki locally