From 0e7bb3408182a7a12ee2f59f7d39cf6813333be3 Mon Sep 17 00:00:00 2001 From: Simon K Date: Sun, 12 Sep 2021 18:22:44 +0100 Subject: [PATCH] adding contact and badge for pytest-dev discord server (#9078) * adding badges/docs for pytest-dev discord and pytest libera web chat --- README.rst | 9 +++++++++ doc/en/contact.rst | 2 ++ 2 files changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 453c0a4c7..2f2f847a4 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,15 @@ :target: https://pytest.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image:: https://img.shields.io/badge/Discord-pytest--dev-blue + :target: https://discord.com/invite/pytest-dev + :alt: Discord + +.. image:: https://img.shields.io/badge/Libera%20chat-%23pytest-orange + :target: https://web.libera.chat/#pytest + :alt: Libera chat + + The ``pytest`` framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. diff --git a/doc/en/contact.rst b/doc/en/contact.rst index 561d5e78a..beed10d7f 100644 --- a/doc/en/contact.rst +++ b/doc/en/contact.rst @@ -8,6 +8,8 @@ Contact channels - `pytest issue tracker`_ to report bugs or suggest features (for version 2.0 and above). - `pytest discussions`_ at github for general questions. +- `pytest discord server `_ + for pytest development visibility and general assistance. - `pytest on stackoverflow.com `_ to post precise questions with the tag ``pytest``. New Questions will usually be seen by pytest users or developers and answered quickly.