Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisarldev/how_to_contribute_to_firefox_source_code
https://github.com/nisarldev/how_to_contribute_to_firefox_source_code
development firefox firefox-deployment guide
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nisarldev/how_to_contribute_to_firefox_source_code
- Owner: NisarLDev
- License: gpl-3.0
- Created: 2024-04-14T03:48:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:05:46.000Z (6 months ago)
- Last Synced: 2024-05-07T22:25:01.543Z (6 months ago)
- Topics: development, firefox, firefox-deployment, guide
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How_To_Contribute_To_Source_Code_Of_Firefox
I have created this repository to help anyone who wants to know what the steps are to be able to contribute to the Firefox project.
I will progressively add content.
1 - To contribute, it is recommended to start by creating an account on Bugzilla.
2 - Then you have to install the latest version of Rust (Programming Language) and Mercurial (Version Control System).
[Mercurial installation instructions are located on this web page
](https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/mc-quick-start.html)### Bibliography
#### The Mozilla Fundation
1 - https://codetribute.mozilla.org/
2 - https://bugs.firefox-dev.tools
3 - https://hg.mozilla.org/mozilla-central/
4 - https://firefox-source-docs.mozilla.org/devtools/contributing.html
5 - https://firefox-source-docs.mozilla.org/devtools/contributing.html#/contributing/filing-good-bugs.html
6 - https://wiki.mozilla.org/Contribute/Why_Contribute
7 - https://wiki.mozilla.org/GitHub/Repository_Requirements
8 - https://firefox-source-docs.mozilla.org/mobile/android/geckoview/contributor/mc-quick-start.html
9 - https://firefox-source-docs.mozilla.org/contributing/directory_structure.html
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
#### Other sources1 - https://colin-cazabet.medium.com/how-to-start-contributing-to-firefox-ebad014d9f1
2 - https://betterprogramming.pub/beginners-guide-contributing-to-mozilla-firefox-codebase-lionguest-studios-8e9b42140c38
3 - https://opensource.com/article/17/1/how-get-started-contributing-mozilla
4 - How to Contribute to Open Source | Open Source Guides
https://opensource.guide/how-to-contribute/5 - Contribution Guide Overview | Codecademy
https://www.codecademy.com/resources/docs/contribution-guide
6 - How to Contribute to Open Source Projects – A Beginner's Guide
https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/7 - Getting started with contributing to open source - Stack Overflow
https://stackoverflow.blog/2020/08/03/getting-started-with-contributing-to-open-source/8 - How to Contribute Source Code and Documentation
https://pylonsproject.org/community-how-to-contribute.html
9 - Finding ways to contribute to open source on GitHub - GitHub Docs
https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------