Confirmed users
2,816
edits
mNo edit summary |
mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
1. Download the Aurora build and run it.<br> | 1. Download the Aurora build and run it.<br> | ||
2. Make a bugzilla account.<br> | 2. Make a bugzilla.mozilla.org account.<br> | ||
3. Skim over the [https://bugzilla.mozilla.org/buglist.cgi?resolution=---&resolution=DUPLICATE&query_format=advanced& | 3. Skim over the [https://bugzilla.mozilla.org/buglist.cgi?list_id=9636952&version={{AURORA VERSION}}%20Branch&version={{AURORA VERSION}}%20Branch&resolution=---&resolution=DUPLICATE&query_format=advanced&bug_status=UNCONFIRMED&product=Core&product=Firefox&product=Toolkit current bugs against the Aurora release] (currently, the {{AURORA VERSION}} branch).<br> | ||
4. File bugs when you find them...<br> | 4. File bugs when you find them...<br> | ||
5. Triage through the list of [https://bugzilla.mozilla.org/buglist.cgi?list_id=6602871&resolution=---&resolution=DUPLICATE&query_format=advanced&version= | 5. Triage through the list of [https://bugzilla.mozilla.org/buglist.cgi?list_id=6602871&resolution=---&resolution=DUPLICATE&query_format=advanced&version={{AURORA VERSION}}%20Branch&component=Untriaged&product=Firefox untriaged Aurora bugs]. So helpful!<br> | ||
--- replicate, comment, confirm<br> | --- replicate, comment, confirm<br> | ||
--- needinfo the bug reporter to get more details<br> | --- needinfo the bug reporter to get more details<br> | ||
Line 17: | Line 17: | ||
<br> | <br> | ||
==UNCONFIRMED bugs in the {{AURORA VERSION}} Branch== | |||
==UNCONFIRMED bugs in the | |||
{{ForceRefreshButton}} | {{ForceRefreshButton}} | ||
Line 29: | Line 28: | ||
"order": "bug_id", | "order": "bug_id", | ||
"status": "UNCONFIRMED", | "status": "UNCONFIRMED", | ||
"version": " | "product": ["Firefox", "Core", "Toolkit"], | ||
"version": "{{AURORA VERSION}} Branch" | |||
} | } | ||
Line 35: | Line 35: | ||
</onlyinclude> | </onlyinclude> | ||
==Firefox Untriaged bugs in | Note: Bugs that have [https://bugzilla.mozilla.org/buglist.cgi?list_id=9380693&resolution=---&resolution=DUPLICATE&chfieldto=Now&chfield=bug_status&query_format=advanced&chfieldfrom=2013-01-01&chfieldvalue=NEW&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&version={{AURORA VERSION}}%20Branch&version={{AURORA VERSION}}%20Branch&product=Core&product=Firefox&product=Toolkit changed state from UNCO to NEW]. Or since that may not be super useful, this might be better done in a dashboard; it would be good to know the number of bugs that changed state in this way. | ||
* Number of bugs reported for {{AURORA VERSION}} Branch that were [https://bugzilla.mozilla.org/buglist.cgi?list_id=9380304&resolution=---&resolution=DUPLICATE&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&version={{AURORA VERSION}}%20Branch&product=Core&product=Firefox&product=Toolkit confirmed] | |||
==Firefox Untriaged bugs in {{AURORA VERSION}} Branch== | |||
Bugs that are in the Firefox Untriaged component, reported for | Bugs that are in the Firefox Untriaged component, reported for {{AURORA VERSION}} branch. | ||
<onlyinclude> | <onlyinclude> | ||
Line 48: | Line 51: | ||
"component": "Untriaged", | "component": "Untriaged", | ||
"status": "UNCONFIRMED", | "status": "UNCONFIRMED", | ||
"version": " | "version": "{{AURORA VERSION}} Branch" | ||
} | |||
</bugzilla> | |||
</onlyinclude> | |||
The following bugs have been replicated, or confirmed as NEW, but haven't yet been assigned to a product and component. It's important to make an effort to get these bugs into a category where developers on particular teams are more likely to see them. | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, summary, product, component, status, op_sys", | |||
"order": "bug_id", | |||
"product": "Firefox", | |||
"component": "Untriaged", | |||
"status": "NEW", | |||
"version": "{{AURORA VERSION}} Branch" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
</onlyinclude> | </onlyinclude> |