From 61de8fc8c27533282017acb8c3f73ad3c154b7ca Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 24 Nov 2016 13:59:19 +0100 Subject: [PATCH] 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 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4bd0139c..2ba58bc7 100644 --- a/README.rst +++ b/README.rst @@ -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