Confirmed users
1,193
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
So you want to help us improve the software that powers the MDN? Great! | 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 [https://lists.mozilla.org/options/dev-mdn mailing list] to introduce yourself and ask any questions you have. For more information about getting started with IRC, please see our [[IRC|IRC guide]]. | |||
== Getting Started == | == Getting Started == | ||
| Line 9: | Line 13: | ||
# Fork our [https://github.com/mozilla/kuma Git repository]. | # Fork our [https://github.com/mozilla/kuma Git repository]. | ||
# Clone your forked repository to your local machine. | # Clone your forked repository to your local machine. | ||
# Follow [https://github.com/mozilla/kuma/blob/mdn/README-vagrant.md these instructions] to get your copy of the site up and running. This can be a little tricky. See the [[MDN/Development/Contribute# | # Follow [https://github.com/mozilla/kuma/blob/mdn/README-vagrant.md these instructions] to get your copy of the site up and running. This can be a little tricky. See the [[MDN/Development/Contribute#Joining_the_conversation|Joining the conversation]] section if you run into any problems. | ||
== Working on a feature == | == Working on a feature == | ||
| Line 16: | Line 20: | ||
# Write and test your feature. | # Write and test your feature. | ||
# Submit a Pull Request for your feature. If we like it, we'll merge it into our codebase! | # Submit a Pull Request for your feature. If we like it, we'll merge it into our codebase! | ||