diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9aef0b9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +Contributing +============ + +We gladly accept help and bugfixes for resque-pool. We follow the guidelines of +[semantic versioning](http://semver.org/) 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](/nevans/resque-pool/pulls) + +Pull requests should have automated test coverage and new versions won't be +released until they've been running in production for at least a week.