Skip to content

Commit 61b63e5

Browse files
lzchencodeboten
andauthored
Remove gitter from docs (#1650)
Co-authored-by: alrex <[email protected]>
1 parent 99128b3 commit 61b63e5

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

CONTRIBUTING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ information on this and other language SIGs.
66

77
See the [public meeting notes](https://docs.google.com/document/d/1CIMGoIOZ-c3-igzbd6_Pnxx1SjAkjwqoYSUWxPY8XIs/edit)
88
for a summary description of past meetings. To request edit access, join the
9-
meeting or get in touch on [Gitter](https://gitter.im/open-telemetry/opentelemetry-python).
9+
meeting or get in touch on [Slack](https://cloud-native.slack.com/archives/C01PD4HUVBL).
1010

1111
See to the [community membership document](https://github.com/open-telemetry/community/blob/main/community-membership.md)
1212
on how to become a [**Member**](https://github.com/open-telemetry/community/blob/main/community-membership.md#member),
@@ -20,7 +20,7 @@ Please take a look at this list first, your contributions may belong in one of t
2020

2121
1. [OpenTelemetry Contrib](https://github.com/open-telemetry/opentelemetry-python-contrib): Instrumentations for third-party
2222
libraries and frameworks. There is an ongoing effort to migrate into the Opentelemetry Contrib repo some of the existing
23-
programmatic instrumentations that are now in the `ext` directory in the main OpenTelemetry repo. Please ask in the Gitter
23+
programmatic instrumentations that are now in the `ext` directory in the main OpenTelemetry repo. Please ask in the Slack
2424
channel (see below) for guidance if you want to contribute with these instrumentations.
2525

2626
# Find the right branch
@@ -30,12 +30,15 @@ The default branch for this repo is `main`. Changes that pertain to `metrics` go
3030
## Find a Buddy and get Started Quickly!
3131

3232
If you are looking for someone to help you find a starting point and be a resource for your first contribution, join our
33-
Gitter and find a buddy!
33+
Slack and find a buddy!
3434

35-
1. Join [Gitter.im](https://gitter.im) and join our [chat room](https://gitter.im/open-telemetry/opentelemetry-python).
35+
1. Join [Slack](https://slack.cncf.io/) and join our [channel](https://cloud-native.slack.com/archives/C01PD4HUVBL).
3636
2. Post in the room with an introduction to yourself, what area you are interested in (check issues marked "Help Wanted"),
3737
and say you are looking for a buddy. We will match you with someone who has experience in that area.
3838

39+
The Slack channel will be used for introductions and an entry point for external people to be triaged and redirected. For
40+
discussions, please open up an issue or a Github [Discussion](https://github.com/open-telemetry/opentelemetry-python/discussions).
41+
3942
Your OpenTelemetry buddy is your resource to talk to directly on all aspects of contributing to OpenTelemetry: providing
4043
context, reviewing PRs, and helping those get merged. Buddies will not be available 24/7, but is committed to responding
4144
during their normal contribution hours.

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,9 @@ Meeting notes are available as a public [Google doc](https://docs.google.com/doc
127127
Approvers ([@open-telemetry/python-approvers](https://github.com/orgs/open-telemetry/teams/python-approvers)):
128128

129129
- [Aaron Abbott](https://github.com/aabmass), Google
130-
- [Carlos Alberto Cortez](https://github.com/carlosalberto), Lightstep
131-
- [Tahir H. Butt](https://github.com/majorgreys) DataDog
132-
- [Chris Kleinknecht](https://github.com/c24t), Google
133130
- [Diego Hurtado](https://github.com/ocelotl)
134131
- [Hector Hernandez](https://github.com/hectorhdzg), Microsoft
135132
- [Owais Lone](https://github.com/owais), Splunk
136-
- [Reiley Yang](https://github.com/reyang), Microsoft
137133
- [Yusuke Tsutsumi](https://github.com/toumorokoshi), Google
138134

139135
*For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).*

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ OpenTelemetry-Python
33

44
The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
55

6-
.. image:: https://img.shields.io/gitter/room/opentelemetry/opentelemetry-python
7-
:target: https://gitter.im/open-telemetry/opentelemetry-python
8-
:alt: Gitter Chat
6+
.. image:: https://img.shields.io/badge/slack-chat-green.svg
7+
:target: https://cloud-native.slack.com/archives/C01PD4HUVBL
8+
:alt: Slack Chat
99

1010

1111
This documentation describes the :doc:`opentelemetry-api <api/api>`,

0 commit comments

Comments
 (0)