From 22c8cfefe311a8bd1772f5e79e13656d075f5ceb Mon Sep 17 00:00:00 2001 From: franzejr Date: Fri, 29 Jan 2016 10:55:56 -0300 Subject: [PATCH] Change contributions section --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e61c2a1..98792c6 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,9 @@ A big thanks to the following [persons](https://github.com/franzejr/best-ruby/gr ## Contributing 1. [Fork it](https://github.com/franzejr/best-ruby) -2. Create your refactoring technique branch: `git checkout -b my-technique` -3. Add your technique to the collection of `.md` files in the correct folder (tricks, refactorings, idiomatic_ruby or best_practices) folder -4. Commit your changes: `git commit -am 'Add my technique'` -5. Push to the branch: `git push origin mytechnique` -6. Create a new Pull Request and explain your technique in the markdown file +2. Create a branch with your idea: `git checkout -b my-idea` +3. Check in which category it should be: best practice, idiomatic ruby, refactorying or trick. If you don't know, please open an issue and ask. +4. Add your idea to the collection of `.md` files in the correct folder (tricks, refactorings, idiomatic_ruby or best_practices) folder +5. Commit your changes: `git commit -am 'Add my idea'` +6. Push to the branch: `git push origin my-idea` +7. Create a new Pull Request and explain your technique in the markdown file