diff --git a/README.rst b/README.rst index 0682b744..f082798d 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,9 @@ pytest-asyncio :alt: Supported Python versions .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black +.. image:: https://img.shields.io/badge/Matrix-%23pytest--asyncio-brightgreen + :alt: Matrix chat room: #pytest-asyncio + :target: https://matrix.to/#/#pytest-asyncio:matrix.org `pytest-asyncio `_ is a `pytest `_ plugin. It facilitates testing of code that uses the `asyncio `_ library. diff --git a/docs/source/support.rst b/docs/source/support.rst index 30981d94..f998bb35 100644 --- a/docs/source/support.rst +++ b/docs/source/support.rst @@ -18,4 +18,4 @@ If you require commercial support outside of the Tidelift subscription, reach ou Community support ================= -The GitHub page of pytest-asyncio offers free community support on a best-effort basis. Please use the `issue tracker `__ to report bugs and the `discussions `__ to ask questions. +The GitHub page of pytest-asyncio offers free community support on a best-effort basis. Please use the `issue tracker `__ to report bugs and the Matrix chat room `#pytest-asyncio:matrix.org `__ or `GitHub discussions `__ to ask questions.