docs-v2/CONTRIBUTING.md

730 B

Contributing to InfluxData Documentation

We welcome (and encourage!) contributions from the community.

  • Sign the InfluxData Contributor License Agreement (CLA).

  • Downlaod and install Hugo.

  • Fork this repository on GitHub.

  • Clone the repo to your local computer.

    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.

  • Submit a pull request.

  • Earn the respect, admiration, and eternal love of the entire InfluxData community.