Confirmed users
125
edits
No edit summary |
|||
Line 27: | Line 27: | ||
* '''Scratchpad''': benvie, robcee, anton | * '''Scratchpad''': benvie, robcee, anton | ||
== Reporting | == Reporting Bugs and Requesting Features == | ||
To report a bug | To report a bug/usability papercut/etc, [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools file a bug in the Developer Tools component] on Mozilla's Bugzilla. | ||
To request a smaller feature, [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools file a bug in the Developer Tools component] on Mozilla's Bugzilla. | |||
To suggest a larger feature, gather use cases, user stories, a statement of the problem your feature is solving, etc and [[#Communication|post them to the mailing list]] where we can flesh the feature out as a community. | |||
== Hacking == | == Hacking == | ||
Line 35: | Line 39: | ||
=== Getting the Source === | === Getting the Source === | ||
Follow the instructions on [https://developer.mozilla.org/En/Simple_Firefox_build how to build Firefox], except that you will need to use: | |||
hg clone http://hg.mozilla.org/integration/fx-team | hg clone http://hg.mozilla.org/integration/fx-team |