How to Contribute
Anyone who wants to is able to contribute to any of the content on this site! If you see something you want to change, or have an idea for something you want to add, follow the instructions below to get started.
Suggest a change
This method is the easiest and requires no coding knowledge or experience! Simply create a Github issue with your suggestion. Others will be able to view and discuss your suggestion within the issue, then if your suggestion is good, someone will add it to the docs!
Edit on web
If you have some experience with coding and markdown and you want to make your changes directly, the first option is by editing the files on Github's web editor!
Find the page you want to edit
Most pages have a .mdx
or .md
file that directly matches it's title. For example,
this page would be found as how-to-contribute.mdx
.
Other files, however, don't match perfectly.
Pages are grouped the same way they are in the left sidebar!
Click the pencil icon to edit
Create a pull request
When prompted, fork the repository and then create your pull request to suggest your edits! A maintainer will review your changes and either merge them with the live site, or let you know what needs to be adjusted.
Edit Locally
If you're experienced with programming and markdown, you can clone the repository and make your changes locally.