summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam Wanninger <ajwann@ajwann.com>2019-07-08 18:43:42 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:32:38 +0900
commitaad7443e168880e382680d4c0be1757840b23c18 (patch)
treea14cdf496e0722fa712cbb3c6f69fa29bdb8bc72 /lib
parent220f6aa01c4b2552af0bdcbbc46518c1118ee91f (diff)
[bundler/bundler] Point to CoC which contains the contributor covenant
https://github.com/bundler/bundler/commit/a94f74682e
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 59218dd8ae..c2f5f9dca7 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -32,7 +32,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/<%= config[:github_username] %>/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.<% end %>
+Bug reports and pull requests are welcome on GitHub at https://github.com/<%= config[:github_username] %>/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md).<% end %>
+
<% if config[:mit] -%>
## License