summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2013-10-06 01:19:57 +0200
committerZachary Scott <e@zzak.io>2013-10-06 01:19:57 +0200
commit590b0c03230f42d71a683f01755a0efe51a52e6d (patch)
tree62f3fd64bcfea919c3274806e483c18de0eab0f5
parent9cc52554332a4b0541c093ea7f0a79816035c4ca (diff)
downloadbundler-590b0c03230f42d71a683f01755a0efe51a52e6d.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`)