Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2666 from zzak/patch-1
Browse files Browse the repository at this point in the history
add fork url to contributing section in README template to fix #2665
  • Loading branch information
indirect committed Nov 4, 2013
2 parents c76badc + 590b0c0 commit 02af5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/templates/newgem/README.md.tt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TODO: Write usage instructions here

## Contributing

1. Fork it
1. Fork it ( http://github.com/<my-github-username>/<%=config[:name]%>/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down

0 comments on commit 02af5bc

Please sign in to comment.