Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 798 Bytes

How to Contribute

Getting Started

Making Changes

  • Create a topic branch for your issue off of the development branch. Please avoid working directly on the development or master branches.
  • Run tests with make tests.
  • Make your changes, and commit in logical increments.

Submitting Changes

  • Make a pull request into the development branch.
  • The request will be reviewed with feedback given
  • Once it's ready, it will be merged into the development branch, which goes into the master branch at the time of release.