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

Latest commit

 

History

History
16 lines (11 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 742 Bytes

Contributing to BBQ

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 is automatically unit tested in Travis CI, see build page,
  2. 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