Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Discord server to contrib docs #1936

Merged
merged 2 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

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

[contribute]: https://web3py.readthedocs.io/en/latest/contributing.html
[gitter]: https://gitter.im/ethereum/web3.py
[discord]: https://discord.gg/GHryRvPB84
12 changes: 10 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ Contributing

Thank you for your interest in contributing! We welcome all contributions
no matter their size. Please read along to learn how to get started. If you
get stuck, feel free to reach for help in our
`Gitter channel <https://gitter.im/ethereum/web3.py>`_.
get stuck, feel free to reach for help in the
`Ethereum Python Discord server <https://discord.gg/GHryRvPB84>`_.


Bug Reports
~~~~~~~~~~~

If you think you've spotted a bug, `open an issue <https://github.com/ethereum/web3.py/issues/new>`_
on GitHub with as much detail as possible, preferably with code to reproduce the issue.


Setting the stage
~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Your next steps depend on where you're standing:
- Interested in a quick tour? → :ref:`overview`
- Need help debugging? → `StackExchange`_
- Like to give back? → :ref:`Contribute <contributing>`
- Want to chat? → `Gitter`_
- Want to chat? → `Discord`_

Table of Contents
-----------------
Expand Down Expand Up @@ -89,4 +89,4 @@ Indices and tables
.. _ethereum.org: https://ethereum.org/what-is-ethereum/
.. _ethereum.org/python: https://ethereum.org/python/
.. _StackExchange: https://ethereum.stackexchange.com/questions/tagged/web3.py
.. _Gitter: https://gitter.im/ethereum/web3.py
.. _Discord: https://discord.gg/GHryRvPB84
1 change: 1 addition & 0 deletions newsfragments/1936.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace Gitter links with the Python Discord server.