From eac900d363149f89ffcb557e84a6ab73ae719cc2 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 23 Feb 2021 12:07:30 +0200 Subject: [PATCH 1/5] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 844a9144..9179bd15 100644 --- a/README.rst +++ b/README.rst @@ -16,14 +16,14 @@ Sanic | Build fast. Run fast. * - Package - | |PyPI| |PyPI version| |Wheel| |Supported implementations| |Code style black| * - Support - - | |Forums| |Join the chat at https://gitter.im/sanic-python/Lobby| |Awesome| + - | |Forums| |Discord| |Awesome| * - Stats - | |Downloads| |WkDownloads| |Conda downloads| .. |Forums| image:: https://img.shields.io/badge/forums-community-ff0068.svg :target: https://community.sanicframework.org/ -.. |Join the chat at https://gitter.im/sanic-python/Lobby| image:: https://badges.gitter.im/sanic-python/Lobby.svg - :target: https://gitter.im/sanic-python/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge +.. |Discord| image:: https://img.shields.io/discord/812221182594121728?logo=discord + :target: https://discord.com/channels/812221182594121728/812221182594121731 .. |Codecov| image:: https://codecov.io/gh/sanic-org/sanic/branch/master/graph/badge.svg :target: https://codecov.io/gh/sanic-org/sanic .. |Build Status| image:: https://travis-ci.com/sanic-org/sanic.svg?branch=master From aae8f13d9a58f8b1fc1c5a75fc70021928b2821f Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 23 Feb 2021 22:05:53 +0200 Subject: [PATCH 2/5] Update README.rst --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 9179bd15..b291e618 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,21 @@ The project is maintained by the community, for the community. **Contributions a The goal of the project is to provide a simple way to get up and running a highly performant HTTP server that is easy to build, to expand, and ultimately to scale. +Sponsor +------- + +|Try CodeStream| + +.. |Try CodeStream| image:: https://alt-images.codestream.com/codestream_logo_sanicorg.png + :target: https://codestream.com/?utm_source=github&utm_campaign=sanicorg&utm_medium=banner + :alt: Try CodeStream + +Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow. + +`Try it free `_ + +Thank you to our sponsor. Check out `open collective `_ to learn more about helping to fund Sanic. + Installation ------------ From 62d0b05309362adea181745b8a6731acd2e2efcf Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 24 Feb 2021 09:50:21 +0200 Subject: [PATCH 3/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b291e618..3e1aab35 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Sponsor Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow. -`Try it free `_ +`Learn More `_ Thank you to our sponsor. Check out `open collective `_ to learn more about helping to fund Sanic. From e5ea4f50192e5aa63b9ca482d48455ec3ebff183 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 24 Feb 2021 09:52:47 +0200 Subject: [PATCH 4/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3e1aab35..18fb5b80 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Sanic | Build fast. Run fast. .. |Forums| image:: https://img.shields.io/badge/forums-community-ff0068.svg :target: https://community.sanicframework.org/ .. |Discord| image:: https://img.shields.io/discord/812221182594121728?logo=discord - :target: https://discord.com/channels/812221182594121728/812221182594121731 + :target: https://discord.gg/FARQzAEMAA .. |Codecov| image:: https://codecov.io/gh/sanic-org/sanic/branch/master/graph/badge.svg :target: https://codecov.io/gh/sanic-org/sanic .. |Build Status| image:: https://travis-ci.com/sanic-org/sanic.svg?branch=master From dbfc11f4c57d4795d84e79b0a6e2f00e5343603d Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 24 Feb 2021 21:09:27 +0200 Subject: [PATCH 5/5] Update codecov.yml --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c6e41c11..c615d563 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,4 +11,4 @@ coverage: patch: default: target: auto - threshold: 0.25% + threshold: 0.75%