Add a few files from the openstack cookiecutter template

This commit is contained in:
Joshua Harlow 2014-05-19 10:04:21 -07:00
parent a21309f952
commit 810df79e6f
4 changed files with 27 additions and 0 deletions

13
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,13 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer, start here"
section of this page:
http://wiki.openstack.org/HowToContribute
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.

4
HACKING.rst Normal file
View File

@ -0,0 +1,4 @@
doc8 Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -1 +1,6 @@
include README.rst
exclude .gitignore
exclude .gitreview
global-exclude *.pyc

View File

@ -5,6 +5,11 @@ Doc8
Doc8 is a *opinionated* style checker for sphinx (or other) `rst`_
documentation.
Features
--------
* Ability to parse and validate rst files.
QuickStart
==========