DevTools/GetInvolved: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


Our developer tools appear on the [http://hacks.mozilla.org/ Mozilla Hacks] site from time-to-time (Hacks is a great resource for web developers in general!)
Our developer tools appear on the [http://hacks.mozilla.org/ Mozilla Hacks] site from time-to-time (Hacks is a great resource for web developers in general!)
== Reporting Issues ==
To report a bug or suggest a feature to the devtools, [https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools file a bug in the Developer Tools component] on Mozilla's Bugzilla.


== Where to Dive In ==
== Where to Dive In ==

Revision as of 01:16, 2 July 2013

Following Along

Our developer tools appear on the Mozilla Hacks site from time-to-time (Hacks is a great resource for web developers in general!)

Reporting Issues

To report a bug or suggest a feature to the devtools, file a bug in the Developer Tools component on Mozilla's Bugzilla.

Where to Dive In

Look here: bugzilla query to find good first bugs.

In a more eye-pleasing format: Bugs Ahoy!

We also have a bugzilla query to find good bugs to try out in the developer tools area. If you want to pick one of these up, feel free to ask for help in attacking the bug right in the bug itself, or in #devtools on irc.mozilla.org or on the dev-apps-firefox mailing list!

One more useful link: all open developer tools bugs might have other items you'd find interesting to work on.

Getting the Source

Simply follow the instructions here. Note that you will need to use:

hg clone http://hg.mozilla.org/integration/fx-team

Instead of:

hg clone http://hg.mozilla.org/mozilla-central

Getting In Touch