contributor_covenant icon indicating copy to clipboard operation
contributor_covenant copied to clipboard

contributor covenant badge

Open sethvincent opened this issue 9 years ago • 3 comments
trafficstars

I've started using a badge placed in github readme files next to travis ci, project version, & other badges to indicate the project has a code of conduct.

I've been using markdown similar to the following:

[![conduct][https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square]][http://contributor-covenant.org/version/1/4/]

Usually I'll link to the specific code of conduct file in a project repository rather than link to the site.

Here's what the badge looks like:

conduct

I like the idea of raising the visibility of the code of conduct through the badge and wanted to bring it up here in case others are interested.

It could be neat to have an official badge! Might look different than the one I've been using so far.

sethvincent avatar Oct 20 '16 06:10 sethvincent

I love this idea! We’re currently working on ways to make community-related files (like a CoC or contributing doc) more visible and I’m going to share this with our UX person. Thanks!

What’s your Twitter handle? I’d love to tweet this tip with attribution.

Best, Coraline

On Oct 20, 2016, at 1:05 AM, Seth Vincent [email protected] wrote:

I've started using a badge placed in github readme files next to travis ci, project version, & other badges to indicate the project has a code of conduct.

I've been using markdown similar to the following:

[![conduct][https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square]][http://contributor-covenant.org/version/1/4/] Usually I'll link to the specific code of conduct file in a project repository rather than link to the site.

Here's what the badge looks like:

http://contributor-covenant.org/version/1/4/ I like the idea of raising the visibility of the code of conduct through the badge and wanted to bring it up here in case others are interested.

It could be neat to have an official badge! Might look different than the one I've been using so far.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ContributorCovenant/contributor_covenant/issues/339, or mute the thread https://github.com/notifications/unsubscribe-auth/AABXDAVbbtBT7HDVcjruj6pdX5tdFDWlks5q1wSegaJpZM4KbwJB.

CoralineAda avatar Oct 25 '16 18:10 CoralineAda

@CoralineAda Awesome! The improvements to community docs visibility sounds exciting. I'm looking forward to that.

Here's my twitter: https://twitter.com/sethdvincent

sethvincent avatar Oct 25 '16 22:10 sethvincent

Oooh... I would like a nice badge for our projects too!

adamretter avatar Oct 15 '18 07:10 adamretter

Bumping this old thread because I found it googling for almost the exact title 😄 - would you accept a PR that adds a badge to the README.md of this repo?

Markdown version: Code of Conduct: Contributor Covenant

[![Code of Conduct: Contributor Covenant](https://img.shields.io/badge/code_of_conduct-contributor_covenant-14cc21)](https://github.com/EthicalSource/contributor_covenant)

HTML version: Code of Conduct: Contributor Covenant

<a href="https://github.com/EthicalSource/contributor_covenant">
  <img alt="Code of Conduct: Contributor Covenant" src="https://img.shields.io/badge/code_of_conduct-contributor_covenant-14cc21" />
</a>

JoshuaKGoldberg avatar Oct 02 '22 04:10 JoshuaKGoldberg

@JoshuaKGoldberg Yes please! Feel free to open a PR, and let me know if you need any help.

CoralineAda avatar Oct 03 '22 18:10 CoralineAda