gecko-dev/devtools/docs
victoria fe94d0a768 Bug 1606990 - Simplify intro text and lighten tone r=pbro
https://github.com/firefox-devtools/ux/issues/70

Differential Revision: https://phabricator.services.mozilla.com/D58878

--HG--
extra : moz-landing-system : lando
2020-01-24 13:16:35 +00:00
..
backend Bug 1519103 - Remove Scratchpad panel. r=bgrins. 2019-10-27 09:05:58 +00:00
contributing Bug 1596342 - Update sending patch documentation to only mention Phabricator + moz-phab. r=rcaliman. 2019-11-14 16:49:44 +00:00
files Bug 1566457 - Removed deprecated gDevTools JSM. r=jdescottes 2019-07-18 12:25:13 +00:00
frontend Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr 2020-01-22 11:04:17 +00:00
getting-started Bug 1519103 - Remove Scratchpad panel. r=bgrins. 2019-10-27 09:05:58 +00:00
resources Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans 2018-01-27 15:57:42 +08:00
styles Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN 2019-11-26 15:00:00 +00:00
tests Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
tools Bug 1609716 - Unify xpcshell test folders in devtools. r=jdescottes 2020-01-20 13:56:04 +00:00
.gitignore
README.md Bug 1606990 - Simplify intro text and lighten tone r=pbro 2020-01-24 13:16:35 +00:00
about-documentation.md Bug 1568472 - Add Gitbook hint plugin. r=jdescottes. 2019-07-24 10:38:20 +00:00
book.json Bug 1568472 - Add Gitbook hint plugin. r=jdescottes. 2019-07-24 10:38:20 +00:00
bugs-issues.md
contributing.md Bug 1527826 - Reflect our github org name change in the m-c code; r=nchevobbe 2019-02-15 09:38:53 +00:00
index.md Bug 1592297 - Remove MOZ_QUIET and disable this output by default. r=mccr8,jdescottes 2019-12-02 15:41:35 +00:00
preferences.md Bug 1572332 - Move non-debugger devtools prefs into all.js and firefox.js. r=jdescottes 2019-08-26 01:44:59 +00:00

README.md

Firefox Developer Tools: Contributor Docs

Note: This is a guide to working on code contributions to DevTools. If you're looking for help with using the tools, view the user docs instead. For other ways to get involved, see our community site.


Hello, and thanks for your interest in contributing to Firefox DevTools!

DevTools is a complex web app, but if you're familiar with either HTML/CSS or JavaScript, you can create a patch!

The initial setup process of building Firefox can take a while. If you get stuck at any point, you can ask for help on the DevTools Slack.

We all make lots of errors when we get started, so don't worry about that—there are safeguards in place to ensure that any commits that land in the Firefox repository are peer-reviewed, can be built, and pass the tests in multiple configurations and operating systems.

(Note: You can navigate these docs with the arrow keys.)

Let's get started!