Bugmasters/Bug days/mentored

From New wiki
Jump to navigation Jump to search

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

  • Pick a query - click on it to open up a list of bugs!
  • Sort the query you're looking at by last changed date.
  • Look through the oldest bugs first.
  • 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.
  • Ask on irc on #bugmasters if you're not sure what to do on a bug!

Clearing older bugs

  • Check bugs that were triaged in the past, and have an open needinfo: [1]
    • For these bugs, if there hasn't been any response from a needinfo, you should ask someone else, either the bug mentor or some other developer on a relevant team.
    • You may want to set the bug assignee back to nobody@mozilla.org, so that a new person can take the bug.

Sign up to triage one of these!

[good first bug] Bugs not touched since 2013-02-01 ( 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

Firefox

Toolkit

Thunderbird

Calendar

All open bugs

Current New bugs tagged as [good first bug] with status NEW or REOPENED

<bugzilla type="count" display="bar">

   {
       "product":      ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing","Thunderbird", "SeaMonkey"],
       "whiteboard":     "[good first bug]",
       "status":["NEW","REOPENED"],
       "x_axis_field": "product"
   }

</bugzilla>

The same good first bug report on Bugzilla, where each number is linked to a query.


Current bugs marked with "mentor" field

<bugzilla type="count" display="bar">

   {
       "product":      ["Core","Calendar","Toolkit","Firefox", "Boot2Gecko", "Testing", "Thunderbird", "SeaMonkey"],
       "whiteboard":     "mentor=",
       "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"
   }

</bugzilla>