Contributing to Docs
Introduction
This article aims to provide a step by step guide on how to contribute to the Quai Network documentation using a uniform workflow. We'll help you set up your local development environment, create a PR, go through the review process, and merge your changes into the docs.
Environment Setup
1. Fork the repository
To get started, you'll need to fork the quai-docs
repository. If you're logged into Github, you can do this simply by clicking here, or by clicking the "Fork" button in the top right corner of the repository page.
Once you've forked the repository, you'll need to clone it to your local machine. Do this by running the following command in your terminal:
git clone https://github.com/<your-github-username>/quai-docs.git