Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 339 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 339 Bytes

Contributing

Install appraisal

gem install bundler -v 1.17.3
gem install appraisal

Bundle

bundle install

Bootstrap

appraisal install

Run the test suite:

appraisal rspec

If you modified any of the documentation files verify their format:

mdl --style .mdlstyle.rb *.md