Fork the Repository
Start by forking the official documentation repository on GitHub. This creates a copy under your personal account where you can make changes.
1. Fork https://github.com/Documentation-Initiative
▶ GitHubOur documentation is a collaborative effort. Whether you're fixing typos or helping to write tutorials, your contributions help make our open-source community vibrant and welcoming to new developers.
Start by forking the official documentation repository on GitHub. This creates a copy under your personal account where you can make changes.
1. Fork https://github.com/Documentation-Initiative
▶ GitHubCreate a new branch in your fork for your work. This keeps changes isolated and makes it easier to share updates.
git checkout -b docs-update
Use your preferred editor to update documentation in the content repository. Ensure your changes follow the contributor guidelines.
Push your changes to your fork and then submit a pull request to the main repository. We'll review and help to merge your contribution.
Open pull request in GitHub
All contributions will be reviewed by the documentation team. We may ask for clarifications or adjustments to ensure consistency and technical accuracy.
Join our developer community to share knowledge, ask questions, and get feedback on your documentation improvements.