# Contributing to InfluxData Documentation We welcome (and encourage!) contributions from the community. - Sign the [InfluxData Contributor License Agreement (CLA)](https://www.influxdata.com/legal/cla/). - [Downlaod and install Hugo](http://gohugo.io/overview/installing/). - Fork this repository on GitHub. - Clone the repo to your local computer. ```bash git clone https://github.com/your_username/docs.influxdata.com.git cd docs.influxdata.com/ ``` - Make your changes. - Make sure the site compiles locally with `hugo server --watch`. - Check it out at [localhost:1313](http://localhost:1313/). - Submit a pull request. - Earn the respect, admiration, and eternal love of the entire InfluxData community.