Extend README file

Change-Id: I4c66e4e735337892f010149bd62970f8afdc4ba3
This commit is contained in:
Christian Berendt 2015-03-27 11:20:02 +01:00
parent 6f2dace98b
commit cdf0a3fb68
2 changed files with 30 additions and 4 deletions

16
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,16 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps documented at:
http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://wiki.openstack.org/GerritWorkflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/faafo

View File

@ -1,8 +1,18 @@
===========================================
First App Application for OpenStack (faafo)
===========================================
Documentation
-------------
Developer documentation, the source of which is in ``doc/source/``, is
published at:
.. image:: https://readthedocs.org/projects/first-app-application-for-openstack/badge/?version=latest
:target: http://first-app-application-for-openstack.readthedocs.org/en/latest/
http://first-app-application-for-openstack.readthedocs.org/en/latest/
Bugs and feature requests are tracked on Launchpad at:
https://bugs.launchpad.net/faafo
Contributors are encouraged to join IRC (``#openstackfirstapp`` on freenode):
https://wiki.openstack.org/wiki/IRC
For information on contributing to Keystone, see ``CONTRIBUTING.rst``.