Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Most people know that Microsoft has embraced open source initiatives by sharing their code through GitHub. However, not only their code exists on GitHub but also their documentation.
While reading the documentation for Microsoft Azure, ASP.NET, Visual Studio Code, or Microsoft Edge you will often see an invitation to “Edit on GitHub”. Clicking this link will take you to the source article in the project’s public GitHub repository.
In this post, I will talk about editing docs on GitHub and how you can get started too.
For the past few weeks, I have been contributing edits to Azure docs through my GitHub account. The editing process is fairly simple and can be accomplished by even the most novice of GitHub users. Changing an article will create a Pull Request on GitHub that notifies the original author edits are waiting for review. The author can either accept or reject your contributions. Pull requests are typically responded to within 48 hours.
Since starting I have submitted three edits and all have been accepted. To see a typical pull request I submit, view this commit. Click the Commit tab and then the commit ID to see the whole changeset.
If you would like to contribute, the following steps detail making text-only changes to existing Microsoft Azure articles in GitHub. These changes rarely require you to sign a Contribution License Agreement (CLA). For original articles or large edits to existing posts, a CLA may be required. The Azure Pull Request Bot will automatically check each submission to see if a CLA is warranted. For more information, see the Microsoft Azure Technical Documentation Contributor Guide.
I encourage everyone to submit improvements to Microsoft documentation on GitHub. It makes the docs stronger and you are actively contributing to the open source community.If you have already submitted changes to Microsoft Azure documentation through GitHub then please share your experiences in a comment below.
Please sign in to use this experience.
Sign in