This page should guide you through the initial steps of contributing to Mozilla. Welcome, we're delighted to see you! :)

Need help?

The Mozilla community prides itself on being an open, accessible, and friendly community for new participants. If you have any difficulties getting involved or finding answers to your questions, please come and ask your questions in our chatroom, where we can help you get started.

We know even before you start contributing that getting set up to work on Firefox and finding a bug that's a good fit for your skills can be a challenge. We're always looking for ways to improve this process: making Mozilla more open, accessible, and easier to participate with. If you're having any trouble following this documentation, or hit a barrier you can't get around, please contact Mike Hoye at mhoye@mozilla.com. We're determined to solve hurdles for new contributors.

What skills do I need?

Mozilla is a large project and we are thrilled to have contributors with very diverse skills

Below is a table with our currently available projects to contribute to, along with the skills needs and links to their documentation.

Project Skills Documentation/onboarding
Firefox browser (core layers) C++ Firefox developers documentation
Firefox (front-end) JavaScript and/or HTML/CSS Firefox developers documentation
DevTools JavaScript and/or HTML/CSS Contribute to DevTools
Add-ons JavaScript and/or HTML/CSS Contribute to Add-ons
Firefox for Fire TV Java Contribute to Firefox for Fire TV
Firefox for Android (mobile browser, codename: "Fenix") Kotlin Contribute to Firefox for Android
Firefox for iOS Swift Contribute to Firefox for iOS
Firefox Focus for iOS Swift Contribute to Firefox Focus for iOS
Mozilla Hubs JavaScript and/or HTML/CSS, VR Contribute to Mozilla Hubs
Servo Rust Contribute to Servo

There are even many ways to contribute to the Mozilla mission without programming. If getting involved in design, support, translation, testing, or other types of contributions sparks your interest please see community website.

Perhaps you do not know programming yet, but you want to start learning? There are plenty of resources available on the MDN Web Docs!

Step 1: Find something to work on

Bugs listed as 'Assigned' are not usually a good place to start unless you're sure you have something worthy to contribute. Someone else is already working on it!
Even with no assignee, it is polite to check if someone has recently commented that they're looking at fixing the issue.

Once you have found something to work on, go ahead and comment! Let the bug submitter, reviewer, and component owner know that you'd like to work on the bug. You might receive some extra information, perhaps also made the assignee.

Fix your pet peeve

If there's something you'd like to fix about Firefox, Thunderbird, or your other favorite Mozilla application, this can be a great place to start. There are a number of ways to do this:

Find a bug we've identified as a good fit for new contributors.

With more than a million bugs filed in Bugzilla, it can be hard to know where to start, so we've created these bug categories to make getting involved a little easier:

Use a bug searching tool

There are several tools developed by members of the Mozilla community. These help
new contributors find bugs to work on, without having to use Bugzilla's more perplexing search component.

Step 2: Fix the bug

We leave this in your hands. Here are some further resources to help:

Step 3: Get your code reviewed

Once you fix the bug, you can advance to having your code reviewed.

When you commit your code, please use the following format for your commit message:
`Bug Number - What your patch does; r?reviewer`
For example, a commit message may look like `Bug 1234567 - Remove reflow by caching element size. r?jsample`

Mozilla in most of the projects uses Phabricator for code review.

Who is the right person to ask for a review?

Please select only one reviewer.

Step 3b: Follow it up

Once you've asked for a review, a reviewer will often respond within a day or two, reviewing the patch, or saying when they will be able to review it, perhaps due to a backlog. If you don't hear back within this time, naturally reach out to them: add a comment to the bug saying 'review ping?', check the "Need more information from" box, and add the reviewer's name. If they don't respond within a day or two, you can ask for help on Matrix in the #introduction:mozilla.org or #developers:mozilla.org channels, or contact Mike Hoye directly.

Don't hesitate to contact your mentor as well if this isn't moving.

Step 4: Repeat

Thank you! You've fixed your very first bug, and the Open Web is stronger for it. But don't stop now.

Go back to step 1, as there is plenty more to do. Your mentor might suggest a new bug for you to work on, or find one that interests you.  Now that you've got your first bug fixed you should request level 1 access to the repository to push to the try server and get automated feedback about your changes on multiple platforms. After fixing a nontrivial number of bugs you should request level 3 access so you can land your own code after it has been reviewed.

More information

We're in the process of improving information on this page for newcomers to the project. We'll be integrating some information from these pages soon, but until then you may find them interesting in their current form: