]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add a Gitter chat badge and links (#117)
authorThe Gitter Badger <badger@gitter.im>
Sat, 30 Mar 2019 14:30:02 +0000 (09:30 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 30 Mar 2019 14:30:02 +0000 (18:30 +0400)
* Add Gitter badge

* :memo: Add links and badges to Gitter chat

README.md
docs/help-fastapi.md
docs/index.md

index e62e795e3c57ae3b95733f9d3679b0fa4d14c12e..a0606125a0f52744e99460e7d17edb5133a3d44b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@
 <a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://badge.fury.io/py/fastapi.svg" alt="Package version">
 </a>
+<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
+    <img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi">
+</a>
 </p>
 
 ---
index 2950e25fe01ee864e582e80dfcd933db05f63889..6707067f2867e2727408146cab9bd0c5f0112fdc 100644 (file)
@@ -24,6 +24,15 @@ There you can select "Releases only".
 
 Doing it, you will receive notifications (in your email) whenever there's a new release (a new version) of **FastAPI** with bug fixes and new features.
 
+## Join the chat
+
+<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
+    <img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi">
+</a>
+
+Join the chat on Gitter: <a href="https://gitter.im/tiangolo/fastapi" target="_blank">https://gitter.im/tiangolo/fastapi</a>.
+
+There you can ask quick questions, help others, share ideas, etc.
 
 ## Connect with the author
 
index e62e795e3c57ae3b95733f9d3679b0fa4d14c12e..a0606125a0f52744e99460e7d17edb5133a3d44b 100644 (file)
@@ -14,6 +14,9 @@
 <a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://badge.fury.io/py/fastapi.svg" alt="Package version">
 </a>
+<a href="https://gitter.im/tiangolo/fastapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
+    <img src="https://badges.gitter.im/tiangolo/fastapi.svg" alt="Join the chat at https://gitter.im/tiangolo/fastapi">
+</a>
 </p>
 
 ---