Confirmed users
656
edits
(→Bugs) |
|||
Line 95: | Line 95: | ||
Bugzilla will automatically detect that a pull request was pasted and create a link to it for you. Once you have an r+, you may need to remind the reviewer to merge your pull request for you! | Bugzilla will automatically detect that a pull request was pasted and create a link to it for you. Once you have an r+, you may need to remind the reviewer to merge your pull request for you! | ||
= Bugs = | |||
== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=test+informant Open bugs] == | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"component": "Test Informant", "component_type": "contains", | "component": "Test Informant", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "id" | |||
} | |||
</bugzilla> | |||
== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=test+informant Fixed bugs] == | |||
<bugzilla> | |||
{ | |||
"component": "Test Informant", "component_type": "contains", | |||
"resolution": "FIXED", | |||
"include_fields": "id, priority, summary, assigned_to", | "include_fields": "id, priority, summary, assigned_to", | ||
"order": "id" | "order": "id" | ||
} | } | ||
</bugzilla> | </bugzilla> |