Confirmed users
656
edits
No edit summary |
|||
| Line 106: | Line 106: | ||
Bugzilla is organized into '''Products''', which in turn have '''Components'''. All Webmaker bugs live under the [https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&product=Webmaker '''Webmaker''' product], and in one of its components (see the [https://bugzilla.mozilla.org/describecomponents.cgi?product=Webmaker complete list and description of each]). Developers often watch particular components, which means an email will be sent for all bugs filed or updated in that component. | Bugzilla is organized into '''Products''', which in turn have '''Components'''. All Webmaker bugs live under the [https://bugzilla.mozilla.org/page.cgi?id=productdashboard.html&product=Webmaker '''Webmaker''' product], and in one of its components (see the [https://bugzilla.mozilla.org/describecomponents.cgi?product=Webmaker complete list and description of each]). Developers often watch particular components, which means an email will be sent for all bugs filed or updated in that component. | ||
New bugs | New bugs can be filed here: https://bugzilla.mozilla.org/enter_bug.cgi?product=Webmaker. There are many bugs across all Webmaker components. You can see all open bugs for [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__&component=webmaker.org webmaker.org], [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__&component=Popcorn%20Maker Popcorn Maker], [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__&component=Thimble Thimble], [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__&component=X-Ray%20Goggles X-Ray Goggles], [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__&component=MakeAPI Make API], etc. or you can see [https://bugzilla.mozilla.org/buglist.cgi?product=Webmaker&bug_status=__open__ all open Webmaker bugs]: | ||
<bugzilla> | |||
{ | |||
"product": "webmaker", | |||
"include_fields": "id, priority, component, summary, status, assigned_to", | |||
"maxrows":"50", | |||
"order": "bug_id" | |||
} | |||
</bugzilla> | |||
TODO: | TODO: | ||
* good-first-bug flags? | |||
* good-first-bug | |||
==3. Understand Webmaker Code== | ==3. Understand Webmaker Code== | ||