Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 835 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 835 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
bundle exec ruby test/specs/sparkle_attribute_spec.rb
bundle exec ruby test/specs/sparkle_attribute_spec.rb -n '/should generate Fn::Join with custom delimiter/'

Issues

Need to report an issue? Use the github issues: