We gladly accept help and bugfixes for resque-pool. We follow the guidelines of semantic versioning for all new gem releases.
- Fork it and clone your new repo
- Create a branch (
git checkout -b my_awesome_feature
) - Commit your changes (
git add my/awesome/file.rb; git commit -m "Added my awesome feature"
) - Push your changes to your fork (
git push origin my_awesome_feature
) - Open a Pull Request
Pull requests should have automated test coverage.
New versions won't be released until a release candidate has been running in a maintainer's production environment for at least a week. Exceptions only for security-related patches.