docs-v2/CONTRIBUTING.md

20 lines
730 B
Markdown
Raw Normal View History

2018-12-13 18:47:02 +00:00
# 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.