Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 786 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 786 Bytes

Contribution guidelines

  • Install/update the dependencies: bundle install
  • Make sure the code adheres to the style guidelines as closely as possible: bundle exec rubocop .
  • Make sure all of the tests pass: bundle exec rspec
  • Adhere to the coding conventions that are used elsewhere in the codebase.
  • New code must have new tests.
  • New features or changes to existing features must be documented in the readme file or wiki.
  • Feel free to open an issue first, if the change is one that you think needs some discussion.