From f3235ddb2da09f9d0489661f9e8af7a44670ea82 Mon Sep 17 00:00:00 2001 From: 47 Degrees Dev Date: Wed, 22 May 2019 10:23:24 +0200 Subject: [PATCH] Updates policy files from SBT [ci skip] --- CODE_OF_CONDUCT.md | 19 +++++++++++++++++++ CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/src/main/tut/docs/index.md | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..99fd4206 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,19 @@ +# Code of Conduct + +We are committed to providing a friendly, safe and welcoming +environment for all, regardless of level of experience, gender, gender +identity and expression, sexual orientation, disability, personal +appearance, body size, race, ethnicity, age, religion, nationality, or +other such characteristics. + +Everyone is expected to follow the [Scala Code of Conduct] when +discussing the project on the available communication channels. If you +are being harassed, please contact us immediately so that we can +support you. + +## Moderation + +For any questions, concerns, or moderation requests please contact a +[member of the project](AUTHORS.md#maintainers). + +[Scala Code of Conduct]: https://typelevel.org/code-of-conduct.html \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a4b7daf..4ad3dba3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Discussion around sbt-microsites happens in the [Gitter channel](https://gitter. Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also welcome. -People are expected to follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html) when discussing sbt-microsites on the Github page, Gitter channel, or other venues. +People are expected to follow the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) when discussing sbt-microsites on the Github page, Gitter channel, or other venues. 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). diff --git a/README.md b/README.md index e39fd261..fde4fa1d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.9.0-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) +[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.9.1-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) [comment]: # (End Badges) @@ -24,7 +24,7 @@ To Begin, add the following lines to the `project/plugins.sbt` file within your [comment]: # (Start Replace) ``` -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.1") ``` [comment]: # (End Replace) diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index 5a2b671e..7dad7e31 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -54,7 +54,7 @@ Latest release: [comment]: # (Start Replace) ```bash -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.1") ``` [comment]: # (End Replace)