From c129ddd83d3ba7c300d98e6c4d4b358c0ccf0214 Mon Sep 17 00:00:00 2001 From: jess Date: Sun, 3 Feb 2019 09:03:32 -0800 Subject: [PATCH] Activate Open Collective MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I'm making updates for Open Collective. Either you or a supporter signed this repo up for Open Collective. This pull request adds backers and sponsors from your Open Collective https://opencollective.com/python-sortedcontainers❤️ It adds two badges at the top to show the latest number of backers and sponsors. It also adds placeholders so that the avatar/logo of new backers/sponsors can automatically be shown without having to update your README.md. [more info](https://github.com/opencollective/opencollective/wiki/Github-banner). See how it looks on this [repo](https://github.com/apex/apex#backers). You can also add a postinstall script to let people know after npm|yarn install that you are welcoming donations (optional). [More info](https://github.com/OpenCollective/opencollective-cli) You can also add a "Donate" button to your website and automatically show your backers and sponsors there with our widgets. Have a look here: https://opencollective.com/widgets P.S: As with any pull request, feel free to comment or suggest changes. The only thing "required" are the placeholders on the README because we believe it's important to acknowledge the people in your community that are contributing (financially or with code!). Thank you for your great contribution to the open source community. You are awesome! 🙌 And welcome to the open collective community! 😊 Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other open source sustainers! --- README.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.rst b/README.rst index 9632b142..ebff9b18 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,14 @@ Python Sorted Containers ======================== +.. image:: https://opencollective.com/python-sortedcontainers/backers/badge.svg + :alt: Backers on Open Collective + :target: #backers + +.. image:: https://opencollective.com/python-sortedcontainers/sponsors/badge.svg + :alt: Sponsors on Open Collective + :target: #sponsors + + `Sorted Containers`_ is an Apache2 licensed `sorted collections library`_, written in pure-Python, and fast as C-extensions. @@ -210,6 +219,40 @@ Useful Links .. _`Sorted Containers at Github`: https://github.com/grantjenks/python-sortedcontainers .. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/python-sortedcontainers/issues +Credits ++++++++ + +Contributors +------------ + +This project exists thanks to all the people who contribute! + +.. image:: https://opencollective.com/python-sortedcontainers/contributors.svg?width=890&button=false + +Backers +------- + +Thank you to all our backers! `Become a backer`__. + +.. image:: https://opencollective.com/python-sortedcontainers/backers.svg?width=890 + :target: https://opencollective.com/python-sortedcontainers#backers + +__ Backer_ +.. _Backer: https://opencollective.com/python-sortedcontainers#backer + +Sponsors +-------- + +Support us by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__. + +.. image:: https://opencollective.com/python-sortedcontainers/sponsor/0/avatar.svg + :target: https://opencollective.com/python-sortedcontainers/sponsor/0/website + +__ Sponsor_ +.. _Sponsor: https://opencollective.com/python-sortedcontainers#sponsor + + + Sorted Containers License -------------------------