What is bug report? You have all seen bug/issues/errors on some websites, phone apps etc. But you never knew how to professionally describe what you've found. Bug report - is a mismatch between requirements(what was supposed to happen), with actual behavior of the application.
How does bug report look like?Bug report might look differently in different companies, but it will will always have few most important parts:
- Title - title is a super short description of the bug that should answer 3 questions: what happened? Where it happened? Under which circumstances? If it does answer those 3 questions, anyone will be able to understand issue just by looking at title
- Description - detailed description of the bug. It mostly includes 3 things: Steps to reproduce, actual result, expected result
- Severity - how important is this bug? This option might look different in different companies, but it will be something like: Low, Medium, High, Blocker
I would personally prefer everyone to add either a video or a screenshot of the bug. This does usually help a lot!
Lets see how does it actually look like in the most popular bug tracking system in the world (Jira)