From 40cd218a5ff416bc64c4daeadda724ac4d29739f Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Mon, 9 Apr 2012 16:37:23 +0200 Subject: [PATCH] Add contributor info to readme, remove license part as it can be found in its own file --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f458b2..c9dfa94 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ database yourself. If you have any questions about this thing, drop by #unhosted on Freenode, and we'll happily answer them. -## License +## Contributing -This gem is licensed under the MIT license. +We love pull requests. If you want to submit a patch: + +* Fork the project. +* Make your feature addition or bug fix. +* Write specs for it. This is important so nobody breaks it in a future version unintentionally. +* Push to your fork and send a pull request.