Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.37 KB

contributing.rst

File metadata and controls

35 lines (23 loc) · 1.37 KB

Contributing Guidelines

We would love contributions to Cloud Inquisitor - this document will help you get started quickly.

Docs

Within this docs directory, you'll find documentation on:

Submitting changes

  • Code should be accompanied by tests and documentation.
  • Code should follow the existing style. We try to follow PEP8.
  • Please write clear and useful commit messages. Here are three blog posts on how to do it right:
  • We would prefer one branch per feature or fix; please keep branches small and on topic.
  • Send a pull request to the dev branch. See the GitHub pull request docs for further information.

Additional resources