From 428e460e8a7f6426497d16484a1639bcc7cafa75 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Wed, 19 Jun 2019 12:12:25 -0700 Subject: [PATCH 1/2] Add notes and contribution info to readme Add a stub readme with a link to the SIG meeting notes to fix #13. --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf051fca931..246f5a91705 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# opentelemetry-python +# OpenTelemetry Python +[![Gitter chat][gitter-image]][gitter-url] +[gitter-image]: https://badges.gitter.im/open-telemetry/opentelemetry-python.svg +[gitter-url]: https://gitter.im/open-telemetry/opentelemetry-python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -Join the chat at Python SIG gitter: [![Join the chat at Python SIG gitter](https://badges.gitter.im/open-telemetry/opentelemetry-python.svg)](https://gitter.im/open-telemetry/opentelemetry-python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +The Python [OpenTelemetry](https://opentelemetry.io/) client. + +## Contributing + +The Python special interest group (SIG) meets weekly on [Thursday 9 AM +PDT](https://calendar.google.com/calendar/embed?src=google.com_346fplg7bemb44783pege5amj4%40group.calendar.google.com&ctz=America%2FLos_Angeles) +depending on contributors' availability. See the [public meeting +notes](https://docs.google.com/document/d/1CIMGoIOZ-c3-igzbd6_Pnxx1SjAkjwqoYSUWxPY8XIs/edit) +for a summary description of past meetings. To request edit access join the +meeting or get in touch on Gitter. + +See the OpenTelemetry +[community](https://github.com/open-telemetry/community#python-sdk) repo for +information on other language SIGs. From e6c466ee14b3ef7c927698266316a7038421c417 Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Thu, 20 Jun 2019 09:38:52 -0700 Subject: [PATCH 2/2] Link to community repo instead of calendar --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 246f5a91705..867773593f9 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,11 @@ The Python [OpenTelemetry](https://opentelemetry.io/) client. ## Contributing -The Python special interest group (SIG) meets weekly on [Thursday 9 AM -PDT](https://calendar.google.com/calendar/embed?src=google.com_346fplg7bemb44783pege5amj4%40group.calendar.google.com&ctz=America%2FLos_Angeles) -depending on contributors' availability. See the [public meeting +The Python special interest group (SIG) meets regularly. See the OpenTelemetry +[community](https://github.com/open-telemetry/community#python-sdk) repo for +information on this and other language SIGs. + +See the [public meeting notes](https://docs.google.com/document/d/1CIMGoIOZ-c3-igzbd6_Pnxx1SjAkjwqoYSUWxPY8XIs/edit) for a summary description of past meetings. To request edit access join the meeting or get in touch on Gitter. - -See the OpenTelemetry -[community](https://github.com/open-telemetry/community#python-sdk) repo for -information on other language SIGs.