Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on docs.github.com :sparkles:.
In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.
Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly.
To get an overview of the project, read the README file. Here are some resources to help you get started with open source contributions:
To navigate our codebase with confidence, see the introduction to working in the docs repository :confetti_ball:. For more information on how we write our markdown files, see the GitHub Markdown reference.
Check to see what types of contributions we accept before making changes. Some of them don't even require writing a single line of code :sparkles:.
If you spot a problem with the docs, search if an issue already exists. If a related issue doesn't exist, you can open a new issue using a relevant issue form.
Scan through our existing issues to find one that interests you. You can narrow down the search using labels
as filters. See Labels for more information. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.
Click Make a contribution at the bottom of any docs page to make small changes such as a typo, sentence fix, or a broken link. This takes you to the .md
file where you can make your changes and create a pull request for a review.
For more information about using a codespace for working on GitHub documentation, see "Working in a codespace."
Using GitHub Desktop:
Using the command line:
Install or update to Node.js, at the version specified in .node-version
. For more information, see the development guide.
Create a working branch and start with your changes!
Commit the changes once you are happy with them. Don't forget to self-review to speed up the review process:zap:.
When you're finished with the changes, create a pull request, also known as a PR.
Congratulations :tada::tada: The GitHub team thanks you :sparkles:.
Once your PR is merged, your contributions will be publicly visible on the GitHub docs.
Now that you are part of the GitHub docs community, see how else you can contribute to the docs.