DOM/: Difference between revisions

Jump to navigation Jump to search
82 bytes added ,  2 July 2018
Added a section for good first bug
(Create simple DOM Team page with bug list)
 
(Added a section for good first bug)
Line 42: Line 42:
<hr />
<hr />
<hr />
<hr />
'''Assigned Critical Bugs'''
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "notequals",
  "v2": "nobody@mozilla.org",
  "priority": ["P1"],
  "component":  ["DOM"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "assigned_to,priority,id"
}
</bugzilla>
'''Assigned Must-Have Bugs'''
'''Assigned Must-Have Bugs'''
<bugzilla>
<bugzilla>
Line 80: Line 66:
   "include_fields":"assigned_to,id,summary,status,resolution,priority",
   "include_fields":"assigned_to,id,summary,status,resolution,priority",
   "order": "assigned_to,priority,id"
   "order": "assigned_to,priority,id"
}
</bugzilla>
=== Good First Bug: ===
Want to help? Great! We're an open source project. Below is a list of some good first bugs for you to pick up. Learn more [[Good_first_bug|here]].
<bugzilla>
{
"f1":"keywords",
"o1":"anywordssubstr",
"v1":"good-first-bug",
"component":  ["DOM"],
"include_fields":"id,summary,status,resolution, priority",
"status":["NEW","REOPENED","ASSIGNED"]
}
}
</bugzilla>
</bugzilla>
75

edits

Navigation menu