Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 879 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 879 Bytes

Thank you for your contribution!

Please follow these guidelines for our repo

  1. clone the repo & create a new branch
  • branches should be inside folders like folder_name/branch_name
  • branch folders should match the tag on the issue: feature, enhancement, bug
  1. work on a feature, enhancement or bug you found in the Issues tab; or you can submit your own suggestions
  2. make sure your code is tested and all tests are running;
  • the gem uses Rspec for testing
  • in order to make sure all tests are running, run bundle install and bundle exec rspec spec/file_to_test.rb.
  1. update README.md and CONTRIBUTORS.md if necessary
  2. commit the changes and create the PR; make sure to add a short description that describes the process (if needed) and assign @VictorMotogna to the PR