MDN/Development/Contribute

From MozillaWiki
Jump to navigation Jump to search

So you want to help us improve the software that powers the MDN? Great!

Joining the conversation

We would love to help you. Please join our IRC channel (#mdndev on irc.mozilla.org) and mailing list to introduce yourself and ask any questions you have. For more information about getting started with IRC, please see our IRC guide.

Getting Started

We use Git and GitHub to manage our source code. If these are new to you, be sure to check out this handy Git tutorial and this GitHub guide. You'll want to refer back to these resources as you follow the instructions below.

Once you're ready, take the following steps to get started.

  1. Fork our Git repository.
  2. Clone your forked repository to your local machine.
  3. Follow these instructions to get your copy of the site up and running. This can be a little tricky. See the Joining the conversation section if you run into any problems.

Working on a feature

  1. Create a Git branch for the feature that you want to work on.
  2. Write and test your feature.
  3. Submit a Pull Request for your feature. If we like it, we'll merge it into our codebase!