Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 767 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 767 Bytes

Contributing

We gladly accept help and bugfixes for resque-pool. We follow the guidelines of semantic versioning for all new gem releases.

Pull request guidelines

  1. Fork it and clone your new repo
  2. Create a branch (git checkout -b my_awesome_feature)
  3. Commit your changes (git add my/awesome/file.rb; git commit -m "Added my awesome feature")
  4. Push your changes to your fork (git push origin my_awesome_feature)
  5. Open a Pull Request

Pull requests should have automated test coverage.

New release policy

New versions won't be released until a release candidate has been running in a maintainer's production environment for at least a week.