Skip to content

Commit

Permalink
Merge pull request #119 from zmillman/contributing
Browse files Browse the repository at this point in the history
Quick and dirty CONTRIBUTING.md
  • Loading branch information
nevans committed Jan 28, 2015
2 parents 91a7b93 + 7c60155 commit 3adf97f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3adf97f

Please sign in to comment.