Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 825 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 825 Bytes

Contributing to GCP Census

We welcome your patches and contributions to this project. This page describes the few small guidelines we'll need you to follow.

Following style guidelines and conventions

Our code is automatically checked and tested with Travis CI:

  1. Code style is checked against our pylint style guidelines,
  2. Code is automatically unit tested in Travis CI, see build page,
  3. Code coverage is analyzed using Coveralls.

Submitting a pull request

  • All pull requests require a code review,
  • Any merge conflicts needs to be resolved,
  • All tests needs to pass before we will review your PR