diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2018-06-29 20:43:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 20:43:45 (GMT) |
commit | b57eea16d19d2cd7244eae370cb3cf68f922e2f9 (patch) | |
tree | 12e852e1fd95e4e4b291b6870589edc20db99105 /README.rst | |
parent | 23db935bcf258657682e66464bf8512def8af830 (diff) | |
download | cpython-b57eea16d19d2cd7244eae370cb3cf68f922e2f9.zip cpython-b57eea16d19d2cd7244eae370cb3cf68f922e2f9.tar.gz cpython-b57eea16d19d2cd7244eae370cb3cf68f922e2f9.tar.bz2 |
Add zulipchat badge to readme (GH-7929)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ This is Python version 3.8.0 alpha 0 :alt: CPython code coverage on Codecov :target: https://codecov.io/gh/python/cpython +.. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg + :alt: Python Zulip chat + :target: https://python.zulipchat.com + + Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights reserved. |