10
edits
(DXR -> Searchfox, MDN -> FF source docs, Bugs Ahoy -> Codetribute) |
(Remove outdated download and build instructions and update the links to the latest documents) |
||
Line 11: | Line 11: | ||
There are also mentored bugs, which may be a little more difficult, but still good for beginners. Currently you can find these in Bugzilla or look for them in [https://codetribute.mozilla.org/ Codetribute]. | There are also mentored bugs, which may be a little more difficult, but still good for beginners. Currently you can find these in Bugzilla or look for them in [https://codetribute.mozilla.org/ Codetribute]. | ||
== | ==Set up an environment and build== | ||
Download and compile Firefox. The instructions depend on your platform. Here they are: | Download and compile Firefox. The instructions depend on your platform. Here they are: | ||
https://firefox-source-docs.mozilla.org/setup/windows_build.html | |||
https://firefox-source-docs.mozilla.org/setup/macos_build.html | |||
https://firefox-source-docs.mozilla.org/setup/linux_build.html | |||
Also there's quick ref for the entire process: | |||
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html | https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html | ||
Line 19: | Line 27: | ||
This might take a while - perhaps a couple of hours. | This might take a while - perhaps a couple of hours. | ||
== | ==Run the local build== | ||
Let's make sure it works! | Let's make sure it works! | ||
Run ./mach run | Run ./mach run. | ||
==Code change walkthrough: Turn your tabs green== | ==Code change walkthrough: Turn your tabs green== |
edits