From 55f9d175e8da687f3a6bcc158f6ef9bd17bef280 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 24 Nov 2016 12:58:17 +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/736af151582e8886653d8de583c44810\n' Change-Id: I03cf703c02cadfe3b21bd7b6b35619fd30bb4d17 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 8353609..f59f6ce 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,9 @@ stevedore -- Manage dynamic plugins for Python applications :target: https://pypi.python.org/pypi/stevedore/ :alt: Downloads +.. image:: http://governance.openstack.org/badges/stevedore.svg + :target: http://governance.openstack.org/reference/tags/index.html + Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("*plugins*") at runtime. Many applications implement their own