DOM/: Difference between revisions

From MozillaWiki
< DOM
Jump to navigation Jump to search
(Added a section for good first bug)
(Delete page.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= DOM Team =


=== Team Members: ===
* Andrew Overholt
=== Mission: ===
~something about the DOM team
=== Projects: ===
~list of major projects on the DOM team
=== Bugs: ===
'''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>
<hr />
'''Open Critical Bugs'''
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "equals",
  "v2": "nobody@mozilla.org",
  "priority": ["P1"],
  "component":  ["DOM"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "assigned_to,priority,id"
}
</bugzilla>
<hr />
<hr />
'''Assigned Must-Have Bugs'''
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "equals",
  "v2": "nobody@mozilla.org",
  "priority": ["P2"],
  "component":  ["DOM"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "assigned_to,priority,id"
}
</bugzilla>
'''OPEN Must-Have Bugs'''
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "notequals",
  "v2": "nobody@mozilla.org",
  "priority": ["P2"],
  "component":  ["DOM"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "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>

Latest revision as of 14:12, 10 July 2018