Add a few files from the openstack cookiecutter template
This commit is contained in:
parent
a21309f952
commit
810df79e6f
13
CONTRIBUTING.rst
Normal file
13
CONTRIBUTING.rst
Normal 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
4
HACKING.rst
Normal file
@ -0,0 +1,4 @@
|
||||
doc8 Style Commandments
|
||||
===============================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
@ -1 +1,6 @@
|
||||
include README.rst
|
||||
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
||||
|
@ -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
|
||||
==========
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user