diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-24 16:38:59 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-27 11:54:12 +0200 |
commit | 45e0051b09f467a766ebd7a49741fae631d5c4bf (patch) | |
tree | 63f542fd4a45725c710f85d072690f506962fec4 | |
parent | 5433d56db9423fc204665925c85203656a6b35d6 (diff) | |
download | openshift-45e0051b09f467a766ebd7a49741fae631d5c4bf.tar.gz openshift-45e0051b09f467a766ebd7a49741fae631d5c4bf.tar.bz2 openshift-45e0051b09f467a766ebd7a49741fae631d5c4bf.tar.xz openshift-45e0051b09f467a766ebd7a49741fae631d5c4bf.zip |
Add Table of Contents
-rw-r--r-- | CONTRIBUTING.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fba4bb40a..14efa85e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,22 @@ Thank you for contributing to OpenShift Ansible. This document explains how the repository is organized, and how to submit contributions. +**Table of Contents** + +<!-- TOC depthFrom:2 depthTo:4 withLinks:1 updateOnSave:1 orderedList:0 --> + +- [Introduction](#introduction) +- [Submitting contributions](#submitting-contributions) +- [Running tests and other verification tasks](#running-tests-and-other-verification-tasks) + - [Running only specific tasks](#running-only-specific-tasks) +- [Appendix](#appendix) + - [Tricks](#tricks) + - [Activating a virtualenv managed by tox](#activating-a-virtualenv-managed-by-tox) + - [Limiting the unit tests that are run](#limiting-the-unit-tests-that-are-run) + - [Finding unused Python code](#finding-unused-python-code) + +<!-- /TOC --> + ## Introduction Before submitting code changes, get familiarized with these documents: |