m (→How to get involved) |
m (→Bug Life Cycle) |
||
| Line 1: | Line 1: | ||
= Bug Life Cycle = | = Bug Life Cycle = | ||
[[file:Bug-life-cycle-meego.PNG]] | [[file:Bug-life-cycle-meego.PNG]] | ||
| - | # The reporter submits the bug for a specific component, then the bug | + | # The reporter submits the bug for a specific component, then the bug is automatically assigned to the default owner for each component, showing in field "Assign To". The status is always '''NEW''' and priority is '''Undecided'''. |
| - | # Bug triage team will follow the responsibilities defined in bug triage process to process bugs: ensure bug component is | + | # Bug triage team will follow the responsibilities defined in bug triage process to process bugs: ensure bug component is correctly set, enough information has been collected, bug priority is set etc. |
# The component owner should follow up when getting a new bug notification: | # The component owner should follow up when getting a new bug notification: | ||
| - | #* If the owner accepts the bug and assigns to himself/herself, he/she | + | #* If the owner accepts the bug and assigns to himself/herself, he/she changes the status as '''ASSIGNED'''. |
#* The owner may think that it's a wontfix bug. Bug owner should change the status to '''RESOLVED''' with resolution '''INVALID/WONTFIX/WORKSFORME''' with proper comments. | #* The owner may think that it's a wontfix bug. Bug owner should change the status to '''RESOLVED''' with resolution '''INVALID/WONTFIX/WORKSFORME''' with proper comments. | ||
| - | #* If the owner thinks that it is a bug of the other component, he/she needs to add a justification comment. | + | #* If the owner thinks that it is a bug of the other component, he/she needs to add a justification comment and move the bug to the proper component. |
| - | #* If the owner disposes the bug to other individual | + | #* If the owner disposes the bug to other individual, then the new owner follow the same process. |
| - | #* If the owner thinks that the bug information is incomplete, he/she | + | #* If the owner thinks that the bug information is incomplete, he/she must change "status" as '''NEEDINFO''' to ask more info from bug reporter. |
| + | #* Once the reporter has a given more info, He/she sets '''NEEDINFO''' back to '''NEW''' or '''ASSIGNED'' if it was already. | ||
#* The owner does bug analysis and finds this bug comes from upstream. Owner can post a new bug in upstream bugzilla (or ask QA help to do this) and change status to '''WAITING FOR UPSTREAM'''. Be sure to add the upstream bugzilla link in MeeGo bugzilla comment area. When upstream bug is fixed, firstly, integrate the bug fix in distribution image, then mark status to be '''RELEASED - FIXED'''. | #* The owner does bug analysis and finds this bug comes from upstream. Owner can post a new bug in upstream bugzilla (or ask QA help to do this) and change status to '''WAITING FOR UPSTREAM'''. Be sure to add the upstream bugzilla link in MeeGo bugzilla comment area. When upstream bug is fixed, firstly, integrate the bug fix in distribution image, then mark status to be '''RELEASED - FIXED'''. | ||
| - | # The owner (bug assignee) | + | # The owner (bug assignee) fixes the bug and changes the bug status to '''RESOLVED - FIXED'''. Assignee should add comments to explain the resolution and provide necessary infomation for distro engineer to get the fix and integrate it into distribution. It's a good practice to link the commit messages as well as the package(s) and their version. |
| - | # Then distro engineer needs to integrate the fix into distribution and change the status to '''RELEASED - FIXED''' | + | # Then distro engineer needs to integrate the fix into distribution and change the status to '''RELEASED - FIXED'''. It's a good practice to specifiy in which release the fix is found, a link to the downloadable image is even better to allow proper bug verification. |
# '''QA''' or '''Bug Submitter''' verifies bug fixing with the "how to re-produce" instructions in the original bug report when the bug is marked as "RELEASED - FIXED". | # '''QA''' or '''Bug Submitter''' verifies bug fixing with the "how to re-produce" instructions in the original bug report when the bug is marked as "RELEASED - FIXED". | ||
#* Bug is fixed: QA or reporter should change the bug status to '''VERIFIED''' and add a comment telling which image (e.g. netbook-200901221904) the bug has been fixed in. Don't need to mark it as "CLOSED". | #* Bug is fixed: QA or reporter should change the bug status to '''VERIFIED''' and add a comment telling which image (e.g. netbook-200901221904) the bug has been fixed in. Don't need to mark it as "CLOSED". | ||
Contents |
For reporting a bug, see here.
Generally, the approved update release bugs must be fixed and verified in MeeGo Trunk firstly.
1. With Bugzilla, an approved release update (eg 1.1) bug must have a MeeGo bug entry in the latest release (eg 1.2) so QA can verify the latest (eg 1.2) Trunk build has the same bug fix on a target vertical platform.
2. With Bugzilla, an approved release update (eg 1.1) bug should have a bug in the latest release (eg 1.2) as a dependency (or blocker bug) to ensure that the associated bug in the latest release is verified first.
3. Update release engineer should _not_ accept development patch submission for update release unless QA verified in Trunk build and mark the Bugzilla entry accordingly.
Of course, there are some exceptions that don't apply this guideline especially for those bugs in old releases are not applicable to latest release. For example:
1. Bug fixes in old releases' components where the latest release is using a different version;
2. Components used in old releases that are no longer used in trunk;
3. Security fixes that don't apply to the version in trunk, etc.
We like to have fun but we also like the communications to run smoothly. To that end here are some guidelines for participating in Bugzilla.
We have both techies and non-techies here and we both know we don't exactly speak the same language at all times. In case of missing information kindly tell reporters how to provide it, and/or point to https://bugs.meego.com/page.cgi?id=bug-writing.html in case of very vague reports (like "Can't send mail, plz help!!").
Ultimately, the admins reserve the right to block your account. See our process for dealing with violations for more details.
As a non-coder you can get involved by reporting bugs and triaging bug reports.