Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bugreports.md #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions goodpractices/bugreports.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ This, perhaps, is the great motivation for writing good bug reports. Although th

A clear title makes the bug report easier to find and helps identify duplicates.

* Priority Level

It is based on the criticality and urgency of correcting a bug:
* **Immediate** - Must be addressed immediately.
* **High** - Must be addressed as soon as possible in the normal course of development, before the software is released.
* **Medium** - Must be addressed after the more serious issues have been fixed.
* **Low** Must be addressed in a future major system revision or not be resolved at all.

* Details of the Environment

This part should include all the details about the environment setup and configuration on which the app is running and should assist in identifying incompatibilities with the presented system.
Expand Down Expand Up @@ -66,3 +74,4 @@ Some of them integrate with other software development tools, such as [Jenkins](
1. Sviatoslav A., Elena K. (n.d.). How to Write a Bug Report [Blog post]. Retrieved from [https://rubygarage.org/blog/how-to-write-a-quality-bug-report](https://rubygarage.org/blog/how-to-write-a-quality-bug-report)
1. (2020, August 1). How To Write A Good Bug Report? Tips And Tricks. Retrieved from [https://www.softwaretestinghelp.com/how-to-write-good-bug-report](https://www.softwaretestinghelp.com/how-to-write-good-bug-report/)
1. (n.d.). Bug tracking system. Retrieved from [https://en.wikipedia.org/wiki/Bug_tracking_system](https://en.wikipedia.org/wiki/Bug_tracking_system)
1. (2021, April 19) Using your Issue Tracking tool: Setting Issue Priority and Severity. Retrieved from http://www.elementool.com/contact/articles/Bug_Tracking_severity_priority.html