The general guide to contributing to OpenStack.
Go to file
Kendall Nelson c340b619a8 Move Patch Best Practices
As only code and documentation contributors (not users or operators)
will be interested in how to create a good patch, this patch moves that
file to the code-and-docs directory from the common directory and
updates the index in code-and-docs to reflect the change.

Change-Id: Ia5cb5cae92eee73200f39c4b6c6e5d84337b85ab
2018-05-10 15:50:05 -07:00
doc/source Move Patch Best Practices 2018-05-10 15:50:05 -07:00
.gitignore Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
.gitreview Added .gitreview 2017-10-10 20:34:48 +00:00
LICENSE Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
README.rst First attempt of contributing to contrib-guide 2017-12-12 03:22:34 +11:00
bindep.txt Add minimal bindep file 2017-10-24 19:41:41 +02:00
requirements.txt Add test-requirements.txt 2017-11-17 20:31:18 +01:00
setup.cfg Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
setup.py Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
test-requirements.txt Update tox.ini, enable doc8 2018-03-02 20:40:51 +01:00
tox.ini Update tox.ini, enable doc8 2018-03-02 20:40:51 +01:00

README.rst

The OpenStack Contributor Guide

The Contributor Guide for the OpenStack project.

To build the guide, execute the following command:

$ tox -e docs

After running tox -e docs, the guide will be available for viewing in HTML format in the doc/build/ directory.