Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29b3564

Browse files
authored
DOC: Remove gitter links and direct folks to Discourse chat (#31236)
1 parent 726af38 commit 29b3564

4 files changed

Lines changed: 22 additions & 21 deletions

File tree

doc/devel/communication_guide.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following venues are managed by Matplotlib maintainers and contributors:
4040

4141
* library and docs: https://github.com/matplotlib/matplotlib
4242
* forum: https://discourse.matplotlib.org/
43-
* chat: `https://matrix.to/#/#matplotlib:matrix.org <https://matrix.to/#/#matplotlib:matrix.org>`_
43+
* chat: `https://discourse.matplotlib.org/chat/c/community/3 <https://discourse.matplotlib.org/chat/c/community/3>`_
4444
* blog: https://blog.scientific-python.org/
4545

4646
.. _social-media:
@@ -77,8 +77,7 @@ Mailing lists
7777
Social media coordination
7878
-------------------------
7979
* Team mailing list: [email protected]
80-
* Public chat room: `https://matrix.to/#/#matplotlib_community:gitter.im <https://matrix.to/#/#matplotlib_community:gitter.im>`_
81-
80+
* Public chat room on Discourse: `Community <https://discourse.matplotlib.org/chat/c/community/3>`_
8281

8382
Maintenance
8483
-----------

doc/devel/contribute.rst

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ways to contribute
3232
for an existing issue that describes your problem or
3333
open a new issue to inform us of the problem you observed and discuss the best approach
3434
to fix it. If your contributions would not be captured on GitHub (social media,
35-
communication, educational content), you can also reach out to us on gitter_,
35+
communication, educational content), you can also reach out to us on
3636
`Discourse <https://discourse.matplotlib.org/>`__ or attend any of our `community
3737
meetings <https://scientific-python.org/calendars>`__.
3838

@@ -164,7 +164,7 @@ we mean by triage are:
164164
Our triage process is discussed in detail in :ref:`bug_triaging`.
165165

166166
If you have any questions about the process, please reach out on the
167-
:ref:`contributor_incubator`
167+
:ref:`contributor_incubator`.
168168

169169
.. _other_ways_to_contribute:
170170

@@ -238,27 +238,29 @@ you can browse previous meeting notes on `GitHub
238238
<https://github.com/matplotlib/ProjectManagement/tree/master/new_contributor_meeting>`_.
239239
We recommend joining the meeting to clarify any doubts, or lingering
240240
questions you might have, and to get to know a few of the people behind the
241-
GitHub handles 😉. You can reach out to us on gitter_ for any clarifications or
242-
suggestions. We ❤ feedback!
241+
GitHub handles 😉. You can reach out to us on `incubator chat`_ for any
242+
clarifications or suggestions. We ❤ feedback!
243243

244244
.. _contributor_incubator:
245245

246246
Contributor incubator
247247
---------------------
248248

249249
The incubator is our non-public communication channel for new contributors. It
250-
is a private gitter_ (chat) room moderated by core Matplotlib developers where
251-
you can get guidance and support for your first few PRs. It's a place where you
252-
can ask questions about anything: how to use git, GitHub, how our PR review
253-
process works, technical questions about the code, what makes for good
250+
is a public chat room on Discourse_ moderated by core Matplotlib developers
251+
where you can get guidance and support for your first few PRs. It's a place
252+
where you can ask questions about anything: how to use git, GitHub, how our PR
253+
review process works, technical questions about the code, what makes for good
254254
documentation or a blog post, how to get involved in community work, or get a
255255
"pre-review" on your PR.
256256

257-
To join, please go to our public `community gitter`_ channel, and ask to be added to
258-
``#incubator``. One of our core developers will see your message and will add you.
257+
To join, go to Discourse_ and click on the chat bubble icon next to the search
258+
icon at the top right of the page. Then, find the "Incubator" channel.
259259

260-
.. _gitter: https://gitter.im/matplotlib/matplotlib
261-
.. _community gitter: https://gitter.im/matplotlib/community
260+
.. _Discourse: https://discourse.matplotlib.org/
261+
.. _development chat: https://discourse.matplotlib.org/chat/c/matplotlib/2
262+
.. _community chat: https://discourse.matplotlib.org/chat/c/community/3
263+
.. _incubator chat: https://discourse.matplotlib.org/chat/c/incubator/4
262264

263265
.. _good_first_issues:
264266

@@ -316,9 +318,10 @@ Get connected
316318
When in doubt, we recommend going together! Get connected with our community of
317319
active contributors, many of whom felt just like you when they started out and
318320
are happy to welcome you and support you as you get to know how we work, and
319-
where things are. You can reach out on any of our :ref:`communication-channels`.
320-
For development questions we recommend reaching out on our development gitter_
321-
chat room and for community questions reach out at `community gitter`_.
321+
where things are. You can reach out on any of our :ref:`communication-channels`,
322+
including the chat space on Discourse_. For development questions we recommend
323+
reaching out on our `development chat`_ and for community questions reach out at
324+
the `community chat`_.
322325

323326
.. _managing_issues_prs:
324327

doc/devel/development_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ have :ghpull:`26621` in its history (log), you will have to reinstall from sourc
282282
each time you change any compiled extension code.
283283

284284
If the installation is not working, please consult the :ref:`troubleshooting guide <troubleshooting-faq>`.
285-
If the guide does not offer a solution, please reach out via `chat <https://gitter.im/matplotlib/matplotlib>`_
285+
If the guide does not offer a solution, please reach out via `discourse <https://discourse.matplotlib.org>`_
286286
or :ref:`open an issue <submitting-a-bug-report>`.
287287

288288

doc/devel/development_workflow.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ why you did it, we recommend the following:
2222
* Make a new branch for each feature or bug fix — "one task, one branch".
2323
* Name your branch for the purpose of the changes - e.g.
2424
``bugfix-for-issue-14`` or ``refactor-database-code``.
25-
* If you get stuck, reach out on Gitter or
26-
`discourse <https://discourse.matplotlib.org>`__.
25+
* If you get stuck, reach out on `discourse <https://discourse.matplotlib.org>`__.
2726
* When you're ready or need feedback on your code, open a pull request so that the
2827
Matplotlib developers can give feedback and eventually include your suggested
2928
code into the ``main`` branch.

0 commit comments

Comments
 (0)