rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Update code of conduct template to CC2.0 #7635

Closed CoralineAda closed 4 years ago

CoralineAda commented 4 years ago

What was the end-user or developer problem that led to this PR?

The Contributor Covenant was updated to version 2.0 last year, but bundler was still using the old version.

What is your fix for the problem, implemented in this PR?

I updated the .md.tt file containing the template, careful to preserve the interpolation of the email address.

colby-swandale commented 4 years ago

the CoC template needs to be added to the ignore list in the quality spec

https://github.com/rubygems/bundler/blob/13eefdc8fd166862ded7425c45270dab810003b2/spec/quality_spec.rb#L161

colby-swandale commented 4 years ago

Thanks! @bundlerbot r+

colby-swandale commented 4 years ago

@bundlerbot r+

CoralineAda commented 4 years ago

Thanks for the support!

ghost commented 4 years ago

Build succeeded