How to edit a page on your computer using Git

Running a local copy of DevDocs on your computer is the best way to work on this project. Even though it requires a little extra work to set up, you will gain the ability to preview your changes almost instantly, as well as being able to introduce more than one change at a time.

Prerequisites

To run a local DevDocs install on your system, you will need:

Installation

Follow this guide to install a local DevDocs.

Submitting your changes

We recommend following the GitHub workflow, which involves creating a new branch for each “feature” you work on.

This also involves working on your own fork (learn how) before submitting a Pull Request.

To fork this project on GitHub, head to the project’s repository, then click on the “Fork” button on the top right corner of the screen.