diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2018-10-31 18:37:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 18:37:14 +0100 |
commit | 74623cf38d20fe93183cd3721b751796019ab98c (patch) | |
tree | 94987ad58b78407a42544dca84cdc969f51bbf18 | |
parent | 368a34d6d7a6a8bddc81a4365391d09485005f97 (diff) | |
parent | 31d1c5dadb5f816d23e7882aa112042db019b681 (diff) | |
download | gitlab-74623cf38d20fe93183cd3721b751796019ab98c.tar.gz |
Merge pull request #620 from bittner/patch-1
Add Gitter badge to README
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ .. image:: https://img.shields.io/pypi/pyversions/python-gitlab.svg :target: https://pypi.python.org/pypi/python-gitlab +.. image:: https://img.shields.io/gitter/room/python-gitlab/Lobby.svg + :target: https://gitter.im/python-gitlab/Lobby + Python GitLab ============= |