diff options
author | Flavio Percoco <flaper87@gmail.com> | 2016-11-24 13:59:19 +0100 |
---|---|---|
committer | Amrith Kumar <amrith@amrith.org> | 2016-11-29 11:43:58 -0500 |
commit | 61de8fc8c27533282017acb8c3f73ad3c154b7ca (patch) | |
tree | 16934f9556c5f76d23b4652851bd20b792a93198 /README.rst | |
parent | 857f2496ff41b798cad51caa424c1cbf4ed8d78c (diff) | |
download | python-troveclient-61de8fc8c27533282017acb8c3f73ad3c154b7ca.tar.gz |
Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.
For more information about this effort, please read this email thread:
http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
To see an example of how this would look like check:
b'https://gist.github.com/9e9e2e2ba4ecfdece7827082114f8258\n'
Change-Id: Ieaa9772d966d441fb7d0197f42f55b3de6419ff8
Partial-Bug: 1644851
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Python bindings to the OpenStack Trove API ========================================== +.. image:: http://governance.openstack.org/badges/python-troveclient.svg + :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://img.shields.io/pypi/v/python-troveclient.svg :target: https://pypi.python.org/pypi/python-troveclient/ :alt: Latest Version |