EthicalSource / contributor_covenant

Pledge your respect and appreciation for contributors of all kinds to your open source project.
http://www.contributor-covenant.org/
Other
1.87k stars 1.17k forks source link

contributor covenant badge #339

Closed sethvincent closed 1 year ago

sethvincent commented 7 years ago

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.

CoralineAda commented 7 years ago

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 notifications@github.com 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.

sethvincent commented 7 years ago

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

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

adamretter commented 5 years ago

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

JoshuaKGoldberg commented 1 year ago

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>
CoralineAda commented 1 year ago

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