Skip to content

Commit d24b149

Browse files
committed
Updates policy files from SBT [ci skip]
1 parent bf036f7 commit d24b149

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Code of Conduct
2+
3+
We are committed to providing a friendly, safe and welcoming
4+
environment for all, regardless of level of experience, gender, gender
5+
identity and expression, sexual orientation, disability, personal
6+
appearance, body size, race, ethnicity, age, religion, nationality, or
7+
other such characteristics.
8+
9+
Everyone is expected to follow the [Scala Code of Conduct] when
10+
discussing the project on the available communication channels. If you
11+
are being harassed, please contact us immediately so that we can
12+
support you.
13+
14+
## Moderation
15+
16+
For any questions, concerns, or moderation requests please contact a
17+
[member of the project](AUTHORS.md#maintainers).
18+
19+
[Scala Code of Conduct]: https://typelevel.org/code-of-conduct.html

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Discussion around Github4s happens in the [Gitter channel](https://gitter.im/47d
66
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
77
the code. Pull requests are also welcome.
88

9-
People are expected to follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html) when discussing Github4s on the Github page, Gitter channel, or other venues.
9+
People are expected to follow the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when discussing Github4s on the Github page, Gitter channel, or other venues.
1010

1111
If you are being harassed, please contact one of [us](AUTHORS.md#maintainers) immediately so that we can support you. In case you cannot get in touch with us please write an email to [47 Degrees](mailto:hello@47deg.com).
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Start Badges)
33

4-
[![Build Status](https://travis-ci.org/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/github/47deg/github4s/coverage.svg?branch=master)](http://codecov.io/github/47deg/github4s?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.20.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.20.1-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues)
4+
[![Build Status](https://travis-ci.org/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/gh/47deg/github4s/branch/master/graph/badge.svg)](http://codecov.io/gh/47deg/github4s) [![Maven Central](https://img.shields.io/badge/maven%20central-0.21.0-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.21.0-green.svg)](https://index.scala-lang.org/47deg/github4s) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues)
55

66
[comment]: # (End Badges)
77

@@ -17,7 +17,7 @@ To get started with SBT, simply add the following to your build.sbt file.
1717
[comment]: # (Start Replace)
1818

1919
```scala
20-
libraryDependencies += "com.47deg" %% "github4s" % "0.20.1"
20+
libraryDependencies += "com.47deg" %% "github4s" % "0.21.0"
2121
```
2222

2323
[comment]: # (End Replace)

docs/src/main/tut/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get started with SBT, simply add the following to your build.sbt file.
1717
[comment]: # (Start Replace)
1818

1919
```scala
20-
libraryDependencies += "com.47deg" %% "github4s" % "0.20.1"
20+
libraryDependencies += "com.47deg" %% "github4s" % "0.21.0"
2121
```
2222

23-
[comment]: # (End Replace)
23+
[comment]: # (End Replace)

0 commit comments

Comments
 (0)