Contributing
There are 2 ways you can help contribute to docs.
Github Account required
Both of these methods require you to create a GitHub account.
Edit button
Good for quick small edits.
- Click the edit button at the bottom of a document.
- Fork the project.
- Click the edit button (pencil icon) to open the GitHub editor.
- Make your edits.
- Write what you changed in the commit message.
- Press the commit changes button.
- Press the "submit" pull request button.
Download, edit locally and submit a pull request
This is more advanced but much easier to edit many files and upload files.
A video will be posted on a step by step guide.
- Clone the repository.
- Install the packages via
npm install