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 threads[1][2]

To see an example of how this would look like check[3]

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2016-December/108710.html
[3] https://gist.github.com/f862e9d7fa0ba34d8b676496a302085f

Co-Authored-By: Luz Cazares <luz.cazares@intel.com>

Change-Id: Iadfc72ff96c4de66bb8a4a379d5566fac7445c83
This commit is contained in:
Flavio Percoco 2016-11-25 11:01:42 +01:00 committed by Luz Cazares
parent 6c2ae3ca83
commit 77b1d14173
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,12 @@
=========
========
RefStack
=========
========
RefStack team and repository tags
#################################
.. image:: http://governance.openstack.org/badges/refstack.svg
:target: http://governance.openstack.org/reference/tags/index.html
What is RefStack?
#################
@ -11,7 +17,7 @@ What is RefStack?
- User interface to display individual test run results.
Overview
##########
########
RefStack intends on being THE source of tools for interoperability testing
of OpenStack clouds.
@ -31,7 +37,7 @@ be used to validate clouds against existing DefCore capability lists,
giving you assurance that your cloud faithfully implements OpenStack
standards.
**Value Add for Vendors** - Vendors can use RefStack to demonstrate that
**Value add for vendors** - Vendors can use RefStack to demonstrate that
their distros, and/or their customers' installed clouds remain with OpenStack
after their software has been incorporated into the distro or cloud.
@ -53,10 +59,10 @@ after their software has been incorporated into the distro or cloud.
* reviews: https://review.openstack.org/#q,status:open+refstack-client,n,z
Get involved!
###############
#############
* Mailing List: openstack-dev@lists.openstack.org
* IRC: #refstack on Freenode
* Dev Meetings: Mondays @ 19:00 UTC in #openstack-meeting-alt on Freenode
* Dev Meetings: Tuesdays @ 19:00 UTC in #openstack-meeting-alt on Freenode
* Web-site: https://refstack.openstack.org
* Wiki: https://wiki.OpenStack.org/wiki/RefStack

View File

@ -2,6 +2,7 @@ coverage>=3.6
pep8==1.5.7
pyflakes==0.8.1
flake8==2.2.4
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
sphinx>=1.1.2,!=1.2.0,<1.3
httmock>=1.2.4
mock