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
This commit is contained in:
Flavio Percoco 2016-11-24 12:58:17 +01:00 committed by Doug Hellmann
parent b30ca0583a
commit 55f9d175e8
1 changed files with 3 additions and 0 deletions

View File

@ -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