summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Wanninger <ajwann@ajwann.com>2019-07-08 18:43:42 -0400
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-23 16:59:25 +0200
commita94f74682ebd40fd552a663e42713b5dff3e95ab (patch)
treed6da6a92ea0b4d71f3a81762c4e3fcaf15efc91a
parenta9beb66ed23d9ea5bb1b07256400b503fad80a62 (diff)
downloadbundler-a94f74682ebd40fd552a663e42713b5dff3e95ab.tar.gz
Point to CoC which contains the contributor covenant
-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 22ddeaa91a..b9d47cb7d8 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