DevTools/GetInvolved: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Following Along ==
== Following Along ==


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!)
* Ping the team on twitter: [https://twitter.com/FirefoxDevTools @FirefoxDevTools] or [https://twitter.com/#!/FirefoxNightly/devtools/members DevTools members list].
 
* Developer tools discussion currently takes place on the [https://lists.mozilla.org/listinfo/dev-developer-tools dev-developer-tools] newsgroup/mailing list.
We also tweet from [https://twitter.com/FirefoxDevTools @FirefoxDevTools]!
* Join us on #devtools on irc.mozilla.org
* Blog posts pop up on [http://hacks.mozilla.org/ Mozilla Hacks] from time to time.
* Join us during one of our [[DevTools|weekly phone calls]]


== Reporting Issues ==
== Reporting Issues ==
Line 40: Line 42:


One more useful link: [https://bugzil.la/comp%3A%22Developer%20Tools%22 all open developer tools bugs] might have other items you'd find interesting to work on.
One more useful link: [https://bugzil.la/comp%3A%22Developer%20Tools%22 all open developer tools bugs] might have other items you'd find interesting to work on.
== Getting In Touch ==
* Developer tools discussion currently takes place on the [https://lists.mozilla.org/listinfo/dev-developer-tools dev-developer-tools] newsgroup/mailing list.
* join us on #devtools on irc.mozilla.org
* join us during one of our [[DevTools|weekly phone calls]]
* ping the team on twitter: [https://twitter.com/FirefoxDevTools @FirefoxDevTools] or [https://twitter.com/#!/FirefoxNightly/devtools/members DevTools members list].


[[Category:New Contributor Landing Page]]
[[Category:New Contributor Landing Page]]

Revision as of 16:16, 7 August 2013

Following Along

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.

Hacking

Getting the Source

Simply follow the instructions on how to build Firefox, except 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

Resources

Here's a list of resources that you may find useful for hacking on DevTools. Feel free to add more if you find things are missing!

Mentored Bugs

Unassigned, Mentored Bugs

If you want to pick one of these up, feel free to ask for help in attacking the bug right in the bug itself, in #devtools on irc.mozilla.org, or on the dev-developer-tools mailing list!

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