Skip to content

Commit 790698a

Browse files
Backport PR pandas-dev#49204 on branch 1.5.x (Removed gitter from contributing.rst) (pandas-dev#49209)
Backport PR pandas-dev#49204: Removed gitter from contributing.rst Co-authored-by: Noa Tamir <[email protected]>
1 parent f3a65d4 commit 790698a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/source/development/contributing.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@ assigned issues, since people may not be working in them anymore. If you want to
4545
that is assigned, feel free to kindly ask the current assignee if you can take it
4646
(please allow at least a week of inactivity before considering work in the issue discontinued).
4747

48-
Feel free to ask questions on the `mailing list
49-
<https://groups.google.com/forum/?fromgroups#!forum/pydata>`_ or on `Gitter`_.
48+
We have several :ref:`contributor community <community>` communication channels, which you are
49+
welcome to join, and ask questions as you figure things out. Among them are regular meetings for
50+
new contributors, dev meetings, a dev mailing list, and a slack for the contributor community.
51+
All pandas contributors are welcome to these spaces, where they can connect with each other. Even
52+
maintainers who have been with us for a long time felt just like you when they started out, and
53+
are happy to welcome you and support you as you get to know how we work, and where things are.
54+
Take a look at the next sections to learn more.
5055

5156
.. _contributing.bug_reports:
5257

@@ -354,8 +359,6 @@ The branch will still exist on GitHub, so to delete it there do::
354359

355360
git push origin --delete shiny-new-feature
356361

357-
.. _Gitter: https://gitter.im/pydata/pandas
358-
359362

360363
Tips for a successful pull request
361364
==================================

0 commit comments

Comments
 (0)