From 913eb6e008918784fb559928a3d79f7563782cc9 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 24 Nov 2016 13:59:49 +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/1f38def1c65c733b7e4cec3d07399e99\n' Change-Id: I6b1b25c873d45d6e7c27e678a2eb79aee2a46744 Closes-Bug: 1644851 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d61039b..ce94715 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ OpenStack Dashboard plugin for Trove project ============================================ +.. image:: http://governance.openstack.org/badges/trove-dashboard.svg + :target: http://governance.openstack.org/reference/tags/index.html + + How to use with Horizon on server: ----------------------------------