From 371f4638dd63f79c12907e5e626173623f599b0e Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 24 Nov 2016 14:01:09 +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/2b00c35799734733ecdec861c74975d8\n' Change-Id: If27279ec325cefdf713dc924617429afc0834c87 --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 382ddb2c7b..e92b086522 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ web-based interactions with the various OpenStack projects. * Blueprints and feature specifications: https://blueprints.launchpad.net/horizon * Issue tracking: https://bugs.launchpad.net/horizon +.. image:: http://governance.openstack.org/badges/horizon.svg + :target: http://governance.openstack.org/reference/tags/index.html Using Horizon =============