Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 645 Bytes

Contributing

Branches

master branch

The master branch is the current stable released version.

develop branch

The develop branch is the current edge of development.

Pull requests

Please base all pull requests off the develop branch. Merges to master only occur through the develop branch. Pull requests based on master will likely be cherry picked.

Tests

Add a test to your changes. Tests can be run with bundler:

bundle
bundle exec rake

Issues

Need to report an issue? Use the github issues: