summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2013-11-04 11:23:59 -0800
committerAndré Arko <andre@arko.net>2013-11-04 11:23:59 -0800
commit02af5bcc0631c4b99d8081348b49471778d34d95 (patch)
tree31d0085fae3ee9378f4b45839fa6bc0996ab04d1
parentc76badc30c9ddd158073206d2dead44026bab387 (diff)
parent590b0c03230f42d71a683f01755a0efe51a52e6d (diff)
downloadbundler-02af5bcc0631c4b99d8081348b49471778d34d95.tar.gz
Merge pull request #2666 from zzak/patch-1
add fork url to contributing section in README template to fix bundler/bundler#2665
-rw-r--r--lib/bundler/templates/newgem/README.md.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 98692c5506..2e9c758e9f 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -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`)