Confirmed users
2,816
edits
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Triaging mentored and good first bugs | Triaging mentored and good first bugs | ||
==Goals== | |||
* One of the goals of rummaging through these bugs is to make sure the list of bugs is current. | |||
* Another goal is to see if unassigning inactive bugs is helpful, as it may "free" the bug for a new person to work on it. | |||
==What we'll do== | ==What we'll do== | ||
Line 7: | Line 11: | ||
* Look through the oldest bugs first. | * Look through the oldest bugs first. | ||
* Ask assignees or mentors for more info if you need information from them. | * Ask assignees or mentors for more info if you need information from them. | ||
* Make sure that bugs have useful whiteboard tags for the programming language(s) needed, for example, '''[lang=css][lang=js][lang=xul]'''. | |||
* Unassign bugs, remove good first bug or mentored tags if responses show that's what's needed. | * Unassign bugs, remove good first bug or mentored tags if responses show that's what's needed. | ||
* Ask on irc on #bugmasters if you're not sure what to do on a bug! | * Ask on irc on #bugmasters if you're not sure what to do on a bug! | ||
Line 17: | Line 22: | ||
==Sign up to triage one of these!== | ==Sign up to triage one of these!== | ||
[good first bug] Bugs not touched since 2013-02-01 ( '''[https://bugzilla.mozilla.org/report.cgi?bug_status=NEW&bug_status=REOPENED&chfieldfrom=2000-01-01&chfieldto=2013-02-01&cumulate=0&product=Calendar&product=Core&product=Firefox&product=Thunderbird&product=Toolkit&resolution=---&status_whiteboard=good%20first%20bug&status_whiteboard_type=allwordssubstr&x_axis_field=bug_status&x_labels_vertical=1&y_axis_field=product&width=800&height=350&action=wrap&format=table Bugzilla report]''' ) | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey", "bugzilla.mozilla.org"], | |||
"changed_after": "2000-01-01", | |||
"changed_before": "2013-02-01", | |||
"whiteboard": "[good first bug]", | |||
"status":["NEW","REOPENED"], | |||
"x_axis_field": "product" | |||
} | |||
</bugzilla> | |||
====Core==== | ====Core==== | ||
* List of [https://bugzilla.mozilla.org/buglist.cgi?list_id=6572793&resolution=---&status_whiteboard_type=allwordssubstr&chfieldto=2013-02-01&query_format=advanced&chfieldfrom=2000-01-01&status_whiteboard=good%20first&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Core&product=MailNews%20Core&product=Mozilla%20Localizations&product=NSPR&product=NSS&product=Other%20Applications&product=Toolkit inactive good first bugs in Core] (that haven't been changed in the last 2 months) (111+) (down to 65) (July: 44) | * List of [https://bugzilla.mozilla.org/buglist.cgi?list_id=6572793&resolution=---&status_whiteboard_type=allwordssubstr&chfieldto=2013-02-01&query_format=advanced&chfieldfrom=2000-01-01&status_whiteboard=good%20first&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Core&product=MailNews%20Core&product=Mozilla%20Localizations&product=NSPR&product=NSS&product=Other%20Applications&product=Toolkit inactive good first bugs in Core] (that haven't been changed in the last 2 months) (111+) (down to 65) (July: 44) | ||
Line 36: | Line 52: | ||
* [https://bugzilla.mozilla.org/buglist.cgi?list_id=6572821&resolution=---&status_whiteboard_type=allwordssubstr&chfieldto=2013-02-01&query_format=advanced&chfieldfrom=2000-01-01&status_whiteboard=good%20first&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Calendar Calendar] (17) (now down to 10) | * [https://bugzilla.mozilla.org/buglist.cgi?list_id=6572821&resolution=---&status_whiteboard_type=allwordssubstr&chfieldto=2013-02-01&query_format=advanced&chfieldfrom=2000-01-01&status_whiteboard=good%20first&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Calendar Calendar] (17) (now down to 10) | ||
== | ==All open bugs== | ||
Current New bugs tagged as [good first bug] with status NEW or REOPENED | Current New bugs tagged as [good first bug] with status NEW or REOPENED | ||
Line 68: | Line 74: | ||
"whiteboard": "mentor=", | "whiteboard": "mentor=", | ||
"status":["NEW","REOPENED"], | "status":["NEW","REOPENED"], | ||
"x_axis_field": "product" | |||
} | |||
</bugzilla> | |||
==Results== | |||
'''2013 July:''' | |||
All bugs changed in July | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey"], | |||
"changed_after": "2013-07-01", | |||
"changed_before": "2013-08-01", | |||
"whiteboard": "[good first bug]", | |||
"status":["NEW","REOPENED"], | |||
"x_axis_field": "product" | |||
} | |||
</bugzilla> | |||
All [good first bugs] that changed status to resolved in July. | |||
<bugzilla type="count" display="bar"> | |||
{ | |||
"product": ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey"], | |||
"whiteboard": "[good first bug]", | |||
"changed_after": "2013-07-01", | |||
"changed_before": "2013-08-01", | |||
"changed_field": "status", | |||
"changed_field_to": ["RESOLVED"], | |||
"resolution": ["FIXED", "INVALID", "WONTFIX", "DUPLICATE", "WORKSFORME", "INCOMPLETE"], | |||
"x_axis_field": "product" | "x_axis_field": "product" | ||
} | } | ||
</bugzilla> | </bugzilla> |