CONTRIBUTING

Adding or Modifying Documentation

Documentation contributions are welcomed. To make a code contribution:

  1. Fork the repository

  2. Clone locally.

  3. Create a branch specifically for your issue your feature.

$ git checkout -b name_of_bug_or_feature
  1. Make your changes locally, add, commit, and push to your fork.

$ git add file_changed.py
$ git commit -m "Talk about your change."
$ git push my_remote my_feature_branch
  1. Open a pull request to master.

Providers Documentation

Documentation about providers is statically generated by the generate module. To change a current doc file here, start with the issue tracker or make a change to the generate module itself.

Reporting Other Problems

Want to discuss another problem? Use the issue tracker.