From 252d4c65a1efaf1f9afebd83ecb9680072b56ad2 Mon Sep 17 00:00:00 2001 From: Jess Date: Thu, 14 Nov 2019 15:46:27 -0800 Subject: [PATCH 1/2] Added financial contributors to the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8b7adc42..fb84fc52a4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ![cats image](http://plastic-idolatry.com/erik/cats2.png) [![Build Status](https://api.travis-ci.org/typelevel/cats.svg)](https://travis-ci.org/typelevel/cats) -[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/typelevel/cats) +[![Financial Contributors on Open Collective](https://opencollective.com/typelevel/all/badge.svg?label=financial+contributors)](https://opencollective.com/typelevel) [![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/typelevel/cats) [![codecov.io](http://codecov.io/github/typelevel/cats/coverage.svg?branch=master)](http://codecov.io/github/typelevel/cats?branch=master) [![Latest version](https://index.scala-lang.org/typelevel/cats/cats-core/latest.svg?color=orange&v=1)](https://index.scala-lang.org/typelevel/cats/cats-core) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.14.svg)](http://scala-js.org) @@ -361,6 +361,36 @@ wait for more). For typos, documentation improvements or minor build fix we relax this to a single sign-off. More detail in the [process document](https://github.com/typelevel/cats/blob/master/PROCESS.md). +## Contributors + +### Code Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + +### Financial Contributors + +Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/typelevel/contribute)] + +#### Individuals + + + +#### Organizations + +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/typelevel/contribute)] + + + + + + + + + + + + ### Copyright and License All code is available to you under the MIT license, available at From 2075bd0baa0aae0f3f7f3f58e35744597018881b Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Mon, 18 Nov 2019 12:28:36 -0500 Subject: [PATCH 2/2] More updates --- README.md | 65 ++++++++++++++++++++++++------------------------------- 1 file changed, 28 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index fb84fc52a4..3350eaf3c5 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ * **Feb 15 2019** [Cats 2019 roadmap](https://github.com/typelevel/cats/blob/master/ROADMAP_2019.md) is published. ## Cats - - ![cats image](http://plastic-idolatry.com/erik/cats2.png) @@ -25,7 +23,6 @@ [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.14.svg)](http://scala-js.org) - ### Overview Cats is a library which provides abstractions for functional programming in the [Scala programming language](https://scala-lang.org). @@ -36,14 +33,18 @@ standard library. Cats strives to provide functional programming abstractions th For more detail about Cats' motivations, go [here](http://typelevel.org/cats/motivations). +## Contributors -### Support Cats +### Code Contributors -We welcome contributions to Cats and would love for you to help build +This project exists thanks to [all the people who contribute](https://github.com/typelevel/cats/graphs/contributors). We welcome contributions to Cats and would love for you to help build Cats. See our [contributor guide](https://typelevel.org/cats/contributing.html) for more -information about how you can get involved as a developer. +information about how you can get involved as a developer. If you are looking for something to start with, [here is a beginner friendly list](https://github.com/typelevel/cats/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). + +### Financial Contributors + +[Become a financial contributor](https://opencollective.com/typelevel) and help us sustain our community. Donations directly support office hour for maintainers, better documentation and strategic initiatives. -We also have a [sustainability program](https://donorbox.org/typelevel-sustainability-program-2019?default_interval=m) for our user community to support Cats through donations. Donations directly support office hour for maintainers, better documentation and strategic initiatives. ### Gold Sponsors @@ -54,7 +55,6 @@ Gold Sponsors are those who have pledged $5,000 to $10,000. -BECOME A SPONSOR ### Silver Sponsors @@ -64,7 +64,26 @@ Silver Sponsors are those who have pledged $2,000 to $5,000. -BECOME A SPONSOR +#### Other Organizations + +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/typelevel/contribute)] + + + + + + + + + + + + + +#### Individuals + + + ### Getting Started @@ -361,35 +380,7 @@ wait for more). For typos, documentation improvements or minor build fix we relax this to a single sign-off. More detail in the [process document](https://github.com/typelevel/cats/blob/master/PROCESS.md). -## Contributors - -### Code Contributors - -This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. - - -### Financial Contributors - -Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/typelevel/contribute)] - -#### Individuals - - - -#### Organizations -Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/typelevel/contribute)] - - - - - - - - - - - ### Copyright and License