The general guide to contributing to OpenStack.
Go to file
Kendall Nelson 32d98f5df5 Specifically call out Non-Code Contribution
Its not the most clear to people looking at the guide
that there are other ways to contribute other than code.
There are sections on being an operator and a user, but there
are other types of non code contribution than those. This is
the first step in enumerating these other types of contribution.

This patch also adds a section on mentoring to the common directory.
In the future, it might be good to add it to the indices for other
sections of the guide- code& docs, operators, etc- in a follow up patch
but at this point the focus is populating the non-code contribution
activities list.

Story: 2001437
Task: 6148

Story: 2004131
Task: 27577

Change-Id: I7b64ea62572749c0fe097766d12d5655df79b7c0
2018-10-25 15:26:08 -07:00
doc/source Specifically call out Non-Code Contribution 2018-10-25 15:26:08 -07:00
.gitignore Add Apple OS X ".DS_Store" to ".gitignore" file 2018-08-10 09:27:48 +00:00
.gitreview Added .gitreview 2017-10-10 20:34:48 +00:00
.zuul.yaml Update docs publishing 2018-08-25 10:34:33 +02:00
LICENSE Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
README.rst Add 'Release Notes' in README 2018-08-21 02:48:26 +00: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 Update the home-page link 2018-08-24 04:30:01 -04: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 docs publishing 2018-08-25 10:34:33 +02:00

README.rst

Team and repository tags

image

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.