75
edits
(Create simple DOM Team page with bug list) |
(Added a section for good first bug) |
||
| Line 42: | Line 42: | ||
<hr /> | <hr /> | ||
<hr /> | <hr /> | ||
'''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> | ||
edits