Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 278 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 278 Bytes

Guidelines for contributors

Minimally, all contributions must pass CI testing. To test yourself locally:

bundle exec rake

Note that many RuboCop issues can be automatically corrected. If your contribution fails RuboCop, try:

bundle exec rubocop -a