Skip to content

Commit 55828c3

Browse files
authored
Merge pull request #4725 from reardonj/code-of-conduct-docs
2 parents 2fc6402 + 520ff98 commit 55828c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributor guide
1+
# Contributor Guide
22

33
## About this document
44

@@ -251,7 +251,7 @@ feature, or have a question about the code. Pull requests are also
251251
gladly accepted.
252252

253253
People are expected to follow the
254-
[Scala Code of Conduct](https://www.scala-lang.org/conduct/) when
254+
[Typelevel Code of Conduct](https://typelevel.org/code-of-conduct.html) when
255255
discussing Cats on GitHub, Discord, or other venues.
256256

257257
We hope that our community will be respectful, helpful, and kind. If

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The [Typelevel Discord](https://discord.gg/XF3CXcMzqD) has \#cats and \#cats-dev
131131
channels, as well as community channels such as \#beginners. Please join us!
132132

133133
People are expected to follow the
134-
[Scala Code of Conduct](https://www.scala-lang.org/conduct/) when
134+
[Typelevel Code of Conduct](https://typelevel.org/code-of-conduct.html) when
135135
discussing Cats on GitHub, Discord, or other venues.
136136

137137
We hope that our community will be respectful, helpful, and kind. If

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please refer to the [jump start guide](jump_start_guide.md).
2727

2828
Cats and [Scalaz](https://github.com/scalaz/scalaz) have the same goal: to facilitate pure functional programming in Scala applications. However the underlying core strategy is different; Scalaz took the approach of trying to provide a single batteries-included *standard library* for FP that powers the Scala applications. Cats, on the other hand, aims to help build an [ecosystem](typelevelEcosystem.md) of pure FP libraries by providing a solid and stable foundation; these libraries can have their own styles and personalities, competing with each other, while at the same time playing nice. It is through this ecosystem of FP libraries (cats included) that Scala applications can be powered with "FP awesome-ness" and beyond by picking whatever best fit their needs.
2929

30-
Based on this core strategy, Cats takes a [modular](motivations.md#modularity) approach and focuses on providing core, [binary compatible](index.md#binary-compatibility-and-versioning), [approachable](motivations.md#approachability) and [efficient](motivations.md#efficiency) abstractions. It provides a welcoming and supportive environment for the [user community](https://discord.gg/XF3CXcMzqD) governed by the [Scala Code of Conduct](https://www.scala-lang.org/conduct/). It also takes great effort in supplying a comprehensive and beginner-friendly [documentation](motivations.md#documentation).
30+
Based on this core strategy, Cats takes a [modular](motivations.md#modularity) approach and focuses on providing core, [binary compatible](index.md#binary-compatibility-and-versioning), [approachable](motivations.md#approachability) and [efficient](motivations.md#efficiency) abstractions. It provides a welcoming and supportive environment for the [user community](https://discord.gg/XF3CXcMzqD) governed by the [Typelevel Code of Conduct](https://typelevel.org/code-of-conduct.html). It also takes great effort in supplying a comprehensive and beginner-friendly [documentation](motivations.md#documentation).
3131

3232
## Where is right-biased Either?
3333
Up through Cats 0.7.x we had `cats.data.Xor`, which was effectively `scala.util.Either`, but right-biased by default and with

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The [Typelevel Discord](https://discord.gg/XF3CXcMzqD) has \#cats and \#cats-dev
117117
channels, as well as community channels such as \#beginners. Please join us!
118118

119119
People are expected to follow the
120-
[Scala Code of Conduct](https://www.scala-lang.org/conduct/) when
120+
[Typelevel Code of Conduct](https://typelevel.org/code-of-conduct.html) when
121121
discussing Cats on GitHub, Discord, or other venues.
122122

123123
We hope that our community will be respectful, helpful, and kind. If

0 commit comments

Comments
 (0)