Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 681 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 681 Bytes

Contribution Guidelines

Steps

  1. Fork the repo
  2. Grab dependencies: bundle install
  3. Make sure everything is working: bundle exec rspec spec
  4. Create your feature branch (git checkout -b my-new-feature)
  5. Make your changes
  6. Test your changes
  7. Commit your changes (git commit -am 'Add some feature')
  8. Push to the branch (git push origin my-new-feature)
  9. Create a Pull Request
  10. Celebrate!!!!!

Notes

When contributing, please make sure to update the CHANGELOG.md when you submit your pull request. Upon merging of your first pull request, you will be given commit access to the repository.