Skip to content

Commit

Permalink
Merge pull request #2262 from circe/readme-fixes
Browse files Browse the repository at this point in the history
Update readme and add CoC
  • Loading branch information
hamnis committed May 14, 2024
2 parents 9d50fff + 0c606f8 commit bdf2810
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Code of Conduct

Every member of our community has the right to have their identity respected. The Typelevel community is dedicated to providing a positive experience for everyone, regardless of age, gender identity and expression, sexual orientation, disability, neurodivergence, physical appearance, body size, ethnicity, nationality, race, or religion (or lack thereof), education, or socio-economic status.

Everyone is expected to follow the [Typelevel Code of Conduct] when discussing the project on the available communication channels.


## Moderation

If you have any questions, concerns, or moderation requests, please contact a member of the [Typelevel Code of Conduct Committee].

[Typelevel Code of Conduct]: https://typelevel.org/code-of-conduct
[Typelevel Code of Conduct Committee]: https://typelevel.org/code-of-conduct#contact
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build status](https://img.shields.io/github/actions/workflow/status/circe/circe/ci.yml)](https://github.com/circe/circe/actions)
[![Coverage status](https://img.shields.io/codecov/c/github/circe/circe/master.svg)](https://codecov.io/github/circe/circe)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-green.svg)](https://gitter.im/circe/circe)
[![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-core_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-core_2.13)
![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-core_2.13?versionPrefix=0.14)
[![Discord](https://img.shields.io/discord/632277896739946517.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/XF3CXcMzqD)

circe is a JSON library for Scala (and [Scala.js][scala-js]).

Expand Down Expand Up @@ -185,8 +185,7 @@ circe is currently maintained by [Darren Gibson][zarthross] and [Erlend Hamnaber
After the 1.0 release, all pull requests will require two
sign-offs by a maintainer to be merged.

The circe project supports the [Scala code of conduct][code-of-conduct] and wants
all of its channels (Gitter, GitHub, etc.) to be inclusive environments.
The circe project is a typelevel affiliate project, and follow the [Typelevel Code of Conduct](CODE_OF_CONDUCT.md)

Please see the [contributors' guide](CONTRIBUTING.md) for details on how to submit a pull request.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Introduction and Motivation
===========
[![Build status](https://github.com/circe/circe/actions/workflows/ci.yml/badge.svg?branch=series%2F0.14.x)](https://github.com/circe/circe/actions/workflows/ci.yml)
[![Coverage status](https://img.shields.io/codecov/c/github/circe/circe/master.svg)](https://codecov.io/github/circe/circe)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-core_2.13/badge.svg?version=0.14.6)](https://maven-badges.herokuapp.com/maven-central/io.circe/circe-core_2.13?version=0.14.6)
![Maven Central](https://img.shields.io/maven-central/v/io.circe/circe-core_2.13?versionPrefix=0.14)
[![Discord](https://img.shields.io/discord/632277896739946517.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/XF3CXcMzqD)

`circe` (pronounced SUR-see, or KEER-kee in classical Greek, or CHEER-chay in Ecclesiastical Latin) is
a JSON library for Scala (and [Scala.js][scala-js]).
a JSON library for Scala.

## Why?

Expand Down

0 comments on commit bdf2810

Please sign in to comment.