Confirmed users
1,927
edits
m (→Bugs) |
No edit summary |
||
(29 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Bugzilla triage party! | |||
(Note: If you'd like to help with [[Bugzilla]] we have monthly project meetings. ) | |||
* Wednesday, July 9, at 14:00 UTC (7am PDT) | |||
* Bugzilla Vidyo room: https://v.mozilla.com/flex.html?roomdirect.html&key=kCjGNHjpT8sj | |||
* IRC: irc.mozilla.org #bugzilla | |||
* To join from a telephone, dial the following number: | |||
:+1 650 903 0800, x92 98008 or +1 800 707 2533, pin 369 - conf 98008 | |||
===Goals=== | |||
We want to get through a lot of bugs to clean out the backlog of bugs that are open but inactive. | |||
* moving feature-request bugs that are potentially useful but too far from our road map into an Extension:Ideas component | |||
* closing bugs that are duplicates or invalid (probably not many of those, but you never know what might have slipped by) or that are not suitable for either core or an extension | |||
* Find good first bugs. tag them [good first bug] in the whiteboard. Tag them with [lang=X] (where X is probably JS or perl) and [mentor=<irc nick>] as well if that is clear. Look at one of the existing good first bugs for examples. | |||
Working etherpad for the event: https://etherpad.mozilla.org/BugzillaTriage | |||
{{ForceRefreshButton}} | |||
===Good First Bugs=== | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"include_fields":"id,summary, | "include_fields":"id,summary,component,whiteboard,assigned_to", | ||
"product":"Bugzilla", | "product":"Bugzilla", | ||
"whiteboard":" | "whiteboard":"good", | ||
"resolution": "---" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== NEW Bugs: Bugzilla::User Interface === | |||
<bugzilla> | |||
{ | |||
"include_fields":"id,summary,component,assigned_to", | |||
"product":"Bugzilla", | |||
"component":"User Interface", | |||
"status":"NEW" | |||
} | |||
</bugzilla> | |||
=== NEW Bugs: Bugzilla::Administration === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"include_fields":"id,summary, | "include_fields":"id,summary,component,assigned_to", | ||
"product":"Bugzilla", | "product":"Bugzilla", | ||
"status":"NEW" | "component":"Administration", | ||
"status":"NEW" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== All NEW Bugs === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"include_fields":"id,summary, | "include_fields":"id,summary,component,assigned_to", | ||
"product":"Bugzilla", | "product":"Bugzilla", | ||
"status":"UNCONFIRMED" | "status":"NEW" | ||
} | |||
</bugzilla> | |||
=== Unconfirmed Bugs === | |||
We can use Landfill for testing: http://landfill.bugzilla.org/ | |||
<onlyinclude> | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, summary, product, component, status", | |||
"order": "bug_id", | |||
"product": ["Bugzilla"], | |||
"status": "UNCONFIRMED" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
</onlyinclude> |