From 4ef5a93cf60c367ee576b8f979635aaa70398cb2 Mon Sep 17 00:00:00 2001 From: Zaid Akram Date: Sat, 10 Jan 2015 17:19:38 +0500 Subject: [PATCH] Added Contributing section to readme. --- README.textile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.textile b/README.textile index a9e8d1c..593ed22 100644 --- a/README.textile +++ b/README.textile @@ -135,3 +135,10 @@ Expedia::Utils.logger = Rails.logger +h3. Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Added some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request