Thanks for being willing to contribute!
It is encouraged to create a Pull Request with a change directly without preliminary issue. As this is a documentation site, it will be always easier to do a change instead of suggesting what to do. Keep that in mind!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
For a simplest changes like typos feel free to use use GitHub editing capabilities.
For a more extensive work it's recommended to run a project locally to see changes the same way they will look on the site.
- Fork and clone the repo
- Run
yarn install
to install dependencies - Use
yarn start
to run development version of site