summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2013-10-06 01:19:57 +0200
committerTerence Lee <hone02@gmail.com>2013-11-09 18:39:50 -0500
commit146431bf176222c5f66ecc3fd42c8cb526714da8 (patch)
tree31d0085fae3ee9378f4b45839fa6bc0996ab04d1
parent217b077e099008f09e75e19de7581fd173cfee20 (diff)
downloadbundler-146431bf176222c5f66ecc3fd42c8cb526714da8.tar.gz
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`)