From 0ca0116fdc685db2c3f3df50333b3512ef37fe55 Mon Sep 17 00:00:00 2001 From: Philipp Sommer Date: Tue, 30 Nov 2021 13:41:07 +0100 Subject: [PATCH 1/2] replace gitter with mattermost --- README.rst | 12 ++++++------ docs/index.rst | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 5d4ae07..59ffbd0 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ The psyplot interactive visualization framework * - implementations - |supported-versions| |supported-implementations| * - get in touch - - |gitter| |mailing-list| |issues| + - |mattermost| |mailing-list| |issues| .. |docs| image:: https://img.shields.io/github/deployments/psyplot/psyplot/github-pages :alt: Documentation @@ -63,9 +63,9 @@ The psyplot interactive visualization framework :target: https://github.com/psyplot/psyplot/releases/latest :alt: Latest github release -.. |gitter| image:: https://img.shields.io/gitter/room/psyplot/community.svg?style=flat - :target: https://gitter.im/psyplot/community - :alt: Gitter +.. |mattermost| image:: https://img.shields.io/badge/chat-on%20mattermost-success?logo=mattermost + :target: https://mattermost.hzdr.de/psyplot/ + :alt: Mattermost .. |mailing-list| image:: https://img.shields.io/badge/join-mailing%20list-brightgreen.svg?style=flat :target: https://www.listserv.dfn.de/sympa/subscribe/psyplot @@ -106,7 +106,7 @@ Get in touch Any quesions? Do not hessitate to get in touch with the psyplot developers. - Create an issue at the `bug tracker`_ -- Chat with the developers in out `channel on gitter`_ +- Chat with the developers in out `team on mattermost`_ - Subscribe to the `mailing list`_ and ask for support - Sent a mail to psyplot@hzg.de @@ -114,7 +114,7 @@ See also the `code of conduct`_, and our `contribution guide`_ for more information and a guide about good bug reports. .. _bug tracker: https://github.com/psyplot/psyplot -.. _channel on gitter: https://gitter.im/psyplot/community +.. _team on mattermost: https://mattermost.hzdr.de/psyplot/ .. _mailing list: https://www.listserv.dfn.de/sympa/subscribe/psyplot .. _code of conduct: https://github.com/psyplot/psyplot/blob/master/CODE_OF_CONDUCT.md .. _contribution guide: https://github.com/psyplot/psyplot/blob/master/CONTRIBUTING.md diff --git a/docs/index.rst b/docs/index.rst index a22258c..4fd85d4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,7 +54,7 @@ on `GitHub `__. * - implementations - |supported-versions| |supported-implementations| * - get in touch - - |gitter| |mailing-list| |issues| + - |mattermost| |mailing-list| |issues| .. |docs| image:: https://img.shields.io/github/deployments/psyplot/psyplot/github-pages :alt: Documentation @@ -100,9 +100,9 @@ on `GitHub `__. :target: https://github.com/psyplot/psyplot/releases/latest :alt: Latest github release - .. |gitter| image:: https://img.shields.io/gitter/room/psyplot/community.svg?style=flat - :target: https://gitter.im/psyplot/community - :alt: Gitter + .. |mattermost| image:: https://img.shields.io/badge/chat-on%20mattermost-success?logo=mattermost + :target: https://mattermost.hzdr.de/psyplot/ + :alt: Mattermost .. |mailing-list| image:: https://img.shields.io/badge/join-mailing%20list-brightgreen.svg?style=flat :target: https://www.listserv.dfn.de/sympa/subscribe/psyplot @@ -142,7 +142,7 @@ Get in touch Any quesions? Do not hessitate to get in touch with the psyplot developers. - Create an issue at the `bug tracker`_ -- Chat with the developers in out `channel on gitter`_ +- Chat with the developers in out `team on mattermost`_ - Subscribe to the `mailing list`_ and ask for support See also the `code of conduct`, and our @@ -150,7 +150,7 @@ See also the `code of conduct`, and our about good bug reports. .. _bug tracker: https://github.com/psyplot/psyplot -.. _channel on gitter: https://gitter.im/psyplot/community +.. _team on mattermost: https://mattermost.hzdr.de/psyplot/ .. _mailing list: https://www.listserv.dfn.de/sympa/subscribe/psyplot .. _code of conduct: https://github.com/psyplot/psyplot/blob/master/CODE_OF_CONDUCT.md .. _contribution guide: https://github.com/psyplot/psyplot/blob/master/CONTRIBUTING.md From acb7342ad046a752e362723346b11787ecf1c557 Mon Sep 17 00:00:00 2001 From: Philipp Sommer Date: Tue, 30 Nov 2021 13:42:03 +0100 Subject: [PATCH 2/2] use psyplot-ci-orb@1.5.28 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8c6cdf..a71ea5f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - psyplot: psyplot/psyplot-ci-orb@1.5.27 + psyplot: psyplot/psyplot-ci-orb@1.5.28 mattermost-plugin-notify: nathanaelhoun/mattermost-plugin-notify@1.2.0 executors: