From ac361935501146308a376f13a3e4c0c5ecfc68e9 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Mon, 12 Jun 2017 15:55:05 -0700 Subject: [PATCH] Add Gitter chat badge (#1399) And update other gitter links. --- CONTRIBUTING.md | 4 ++-- README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7dba1946..fd3678f5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,8 +37,8 @@ tracker](https://github.com/python/typeshed/issues). This is the right place to start a discussion of any of the above or most any other topic concerning the project. -For less formal discussion, try the Mypy chat room on -[gitter.im](https://gitter.im/python/mypy). Some Mypy core developers +For less formal discussion, try the typing chat room on +[gitter.im](https://gitter.im/python/typing). Some Mypy core developers are almost always present; feel free to find us there and we're happy to chat. Substantive technical discussion will be directed to the issue tracker. diff --git a/README.md b/README.md index 4f60f02f6..37448bc3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # typeshed +[![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ## About Typeshed contains external type annotations for the Python standard library @@ -101,7 +103,7 @@ https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-versioning). ## Contributing Please read [CONTRIBUTING.md](CONTRIBUTING.md) before submitting pull -requests. +requests. If you have questions related to contributing, drop by the [typing Gitter](https://gitter.im/python/typing). ## Running the tests