DOM/: Difference between revisions

Jump to navigation Jump to search
1,991 bytes removed ,  10 July 2018
Delete page.
(note existing DOM page)
(Delete page.)
 
Line 1: Line 1:
See also: [[DOM]].  Can this page be merged into that one since it's been around for a while? [[User:Tantek|Tantek]] ([http://tantek.com/ tantek.com]) 21:48, 6 July 2018 (UTC)


= DOM Team =
=== Team Members: ===
* Add People :)
=== 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": "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>
'''OPEN 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>
=== 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>
75

edits

Navigation menu