From 59b8b3e22f794d62a1ac2b300101069bcb8a1aa0 Mon Sep 17 00:00:00 2001 From: patniharshit Date: Fri, 3 Mar 2017 17:14:20 +0530 Subject: [PATCH 1/3] add gitter link in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 150e025ddd61..cf80e4fbe1cc 100644 --- a/README.rst +++ b/README.rst @@ -61,11 +61,11 @@ matplotlib's communication channels include active mailing lists: * `Announcement `_ mailing list: matplotlib-announce@python.org * `Development `_ mailing list: matplotlib-devel@python.org - The first is a good starting point for general questions and discussions. - - +.. image:: https://badges.gitter.im/Join%20Chat.svg + :alt: Join the chat at https://gitter.im/matplotlib/matplotlib + :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge Contribute ========== From 128679782075907c768403ab78316d4d3c72c8ac Mon Sep 17 00:00:00 2001 From: patniharshit Date: Sat, 4 Mar 2017 10:23:36 +0530 Subject: [PATCH 2/3] add a line to README that explains use of gitter --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index cf80e4fbe1cc..5239155f2abc 100644 --- a/README.rst +++ b/README.rst @@ -67,6 +67,8 @@ The first is a good starting point for general questions and discussions. :alt: Join the chat at https://gitter.im/matplotlib/matplotlib :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge +The gitter is for coordinating development and asking questions directly related to contributing to matplotlib. + Contribute ========== You've discovered a bug or something else you want to change - excellent! From 37893e70fe742eaf91fab0884c197521466dc360 Mon Sep 17 00:00:00 2001 From: patniharshit Date: Sun, 5 Mar 2017 10:34:24 +0530 Subject: [PATCH 3/3] Replace second instance of gitter badge with a link --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5239155f2abc..4895b3c60222 100644 --- a/README.rst +++ b/README.rst @@ -63,11 +63,7 @@ matplotlib's communication channels include active mailing lists: The first is a good starting point for general questions and discussions. -.. image:: https://badges.gitter.im/Join%20Chat.svg - :alt: Join the chat at https://gitter.im/matplotlib/matplotlib - :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge - -The gitter is for coordinating development and asking questions directly related to contributing to matplotlib. +`Gitter `_ is for coordinating development and asking questions directly related to contributing to matplotlib. Contribute ==========