All contributions are welcome and greatly appreciated!
Warning
Check the engine
property in package.json
to see what
version of Node.js is required for local development. This can be different
from the version of Node.js used on the GitHub Actions runners. Tools like
nodenv can be used to manage your Node.js
version automatically.
- Fork this repository
- Work on your changes
- Preview your changes (
npm run develop
) - Open a pull request back to this repository
- Notify the maintainers of this repository for peer review and approval
- Merge 🎉
The maintainers of this repository will review your changes and provide any feedback. Once approved, they will be merged in and a new version of the site will be deployed. You'll also be able to see your GitHub profile tagged in the contributors list for any pages you contribute to!
This repository uses Gatsby, along with the following themes and components:
A modified version of the Doctocat theme is used to build the documentation from
.mdx
files in the docs
directory. Make sure to check out the above links to
get familiarized with Gatsby, Primer, and React 😄