diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-04-23 04:41:22 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-04-24 07:37:07 +0900 |
commit | 7f98f98e8e0e61704218a7bc9eb19d248437eb70 (patch) | |
tree | 9f1b36f0ddd3778545a35b83de6c994c04508a56 /lib/bundler | |
parent | 7603b06bb1d36d0ffb70e88ea86febb5d49602e3 (diff) | |
download | bundler-7f98f98e8e0e61704218a7bc9eb19d248437eb70.tar.gz |
Tweak a template of newgem
Diffstat (limited to 'lib/bundler')
-rw-r--r-- | lib/bundler/templates/newgem/README.md.tt | 2 |
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 6eb270a124..edbe55dabe 100644 --- a/lib/bundler/templates/newgem/README.md.tt +++ b/lib/bundler/templates/newgem/README.md.tt @@ -39,8 +39,8 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/<%= co The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). <% end -%> - <% if config[:coc] -%> + ## Code of Conduct Everyone interacting in the <%= config[:constant_name] %> project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/<%= config[:github_username] %>/<%= config[:name] %>/blob/master/CODE_OF_CONDUCT.md). |