The general guide to contributing to OpenStack.
Go to file
Sairam Vengala 21eca93b30 Add how to debug test failure in contributors guide
OpenStack community encourages to debug the gate test failure
instead of just do recheck to re-trigger the test. Add those in contributor guidelines.

Change-Id: I825a4b25c44a0be8fe4ca98db09609181de9fa89
2023-10-03 04:49:00 +00:00
doc Add how to debug test failure in contributors guide 2023-10-03 04:49:00 +00:00
.gitignore Add Apple OS X ".DS_Store" to ".gitignore" file 2018-08-10 09:27:48 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:51 +00:00
.zuul.yaml use promote job 2019-08-21 20:33:21 +02:00
LICENSE Initial commit of the Contributor Portal 2017-10-16 15:43:49 -07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-06 01:09:18 +08:00
bindep.txt Remove python-dev from bindep 2022-11-07 10:50:20 +01:00
requirements.txt Add test-requirements.txt 2017-11-17 20:31:18 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-11 14:57:43 +08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-05 19:52:39 +01:00
test-requirements.txt Add doc/requirements 2021-01-05 14:50:24 +01:00
tox.ini Ignore Sphinx translation warnings 2022-01-12 07:19:48 +01: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.