CONTRIBUTING¶
Adding or Modifying Documentation¶
Documentation contributions are welcomed. To make a code contribution:
Fork the repository
Clone locally.
Create a branch specifically for your issue your feature.
$ git checkout -b name_of_bug_or_feature
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
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.