DevTools/GetInvolved: Difference between revisions
< DevTools
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Following Along == | == Following Along == | ||
* Ping the team on twitter: [https://twitter.com/FirefoxDevTools @FirefoxDevTools] | * Ping the team on twitter: [https://twitter.com/FirefoxDevTools @FirefoxDevTools] | ||
* Developer tools discussion | * Developer tools discussion 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 on #devtools on irc.mozilla.org | ||
* Blog posts pop up on [http://hacks.mozilla.org/ Mozilla Hacks] from time to time. | * Blog posts pop up on [http://hacks.mozilla.org/ Mozilla Hacks] from time to time. |
Revision as of 16:17, 7 August 2013
Following Along
- Ping the team on twitter: @FirefoxDevTools
- Developer tools discussion takes place on the dev-developer-tools newsgroup/mailing list.
- Join us on #devtools on irc.mozilla.org
- Blog posts pop up on Mozilla Hacks from time to time.
- Join us during one of our weekly phone calls
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!
- MXR Code Search
- Mercurial FAQ
- mach
- Bugzilla 101
- Commit access policy
- Mozillians Directory
- Try Server
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.