Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 434 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 434 Bytes

queue_classic is a volunteer effort. We encourage you to pitch in.

  1. Fork queue_classic
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Send us a pull-request for your topic branch
  5. That's it!

If you make code changes, please check that your patch:

  1. has tests
  2. works on Rails and non-Rails projects
  3. updates documentation

Thanks! ❤️

queue_classic Team