Skip to content

Commit

Permalink
Update the readme with useful tips for contributing with hub
Browse files Browse the repository at this point in the history
  • Loading branch information
trobrock committed Jul 4, 2012
1 parent fb8dc73 commit d2b8c32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,23 @@ your patch, I will give you full commit access. To submit patches:

I ask that you not submit patches that include changes to the version or gemspec.

### Basics steps for contributing using (https://github.com/defunkt/hub)

# Setup the project
git clone kytrinyx/etsy
git fork
bundle
rake

# Normal flow
git checkout -b your-feature-or-bug
# Write your tests
# Make the tests pass
git add <CHANGES>
git commit -m "Some useful message"
git push -u YOUR-GITHUB-USERNAME your-feature-or-bug
git pull-request

## Contributors

These people have helped make the Etsy gem what it is today:
Expand Down

0 comments on commit d2b8c32

Please sign in to comment.