Skip to content

Commit 605cb75

Browse files
authored
add Discord server to contrib docs (#1936)
* add Discord server to contrib docs * add newsfragment
1 parent 7532c01 commit 605cb75

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

33
Thanks for the interest! See the [contributor documentation][contribute]
4-
to get started, and reach out on [Gitter][gitter] if you get stuck.
4+
to get started, and reach out on [Discord][discord] if you get stuck.
55

66
[contribute]: https://web3py.readthedocs.io/en/latest/contributing.html
7-
[gitter]: https://gitter.im/ethereum/web3.py
7+
[discord]: https://discord.gg/GHryRvPB84

docs/contributing.rst

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ Contributing
55

66
Thank you for your interest in contributing! We welcome all contributions
77
no matter their size. Please read along to learn how to get started. If you
8-
get stuck, feel free to reach for help in our
9-
`Gitter channel <https://gitter.im/ethereum/web3.py>`_.
8+
get stuck, feel free to reach for help in the
9+
`Ethereum Python Discord server <https://discord.gg/GHryRvPB84>`_.
10+
11+
12+
Bug Reports
13+
~~~~~~~~~~~
14+
15+
If you think you've spotted a bug, `open an issue <https://github.com/ethereum/web3.py/issues/new>`_
16+
on GitHub with as much detail as possible, preferably with code to reproduce the issue.
17+
1018

1119
Setting the stage
1220
~~~~~~~~~~~~~~~~~

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Your next steps depend on where you're standing:
2222
- Interested in a quick tour? → :ref:`overview`
2323
- Need help debugging? → `StackExchange`_
2424
- Like to give back? → :ref:`Contribute <contributing>`
25-
- Want to chat? → `Gitter`_
25+
- Want to chat? → `Discord`_
2626

2727
Table of Contents
2828
-----------------
@@ -89,4 +89,4 @@ Indices and tables
8989
.. _ethereum.org: https://ethereum.org/what-is-ethereum/
9090
.. _ethereum.org/python: https://ethereum.org/python/
9191
.. _StackExchange: https://ethereum.stackexchange.com/questions/tagged/web3.py
92-
.. _Gitter: https://gitter.im/ethereum/web3.py
92+
.. _Discord: https://discord.gg/GHryRvPB84

newsfragments/1936.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace Gitter links with the Python Discord server.

0 commit comments

Comments
 (0)