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

Changing Defect Resolution time to Defect Resolution duration to make… #168

Merged
merged 1 commit into from
Oct 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions focus-areas/code-quality/defect-resolution-time.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Defect Resolution Time
# Defect Resolution Duration

Question: How much time does a project take to resolve defects once they have been reported and recorded?

Synonyms: Bug Resolution Time
Synonyms: Bug Resolution Duration

## Description
What is the median time between the report of a defect to the project (using the project’s defect reporting mechanism) and the time where the project resolves the defect? Note the resolution could be to address (resolve and merge) and make the update available to its users or explicitly choosing to not address (reject).
Expand Down