Rodolfo Carvalho пре 8 година
родитељ
комит
45e0051b09
1 измењених фајлова са 16 додато и 0 уклоњено
  1. 16 0
      CONTRIBUTING.md

+ 16 - 0
CONTRIBUTING.md

@@ -3,6 +3,22 @@
 Thank you for contributing to OpenShift Ansible. This document explains how the
 Thank you for contributing to OpenShift Ansible. This document explains how the
 repository is organized, and how to submit contributions.
 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
 ## Introduction
 
 
 Before submitting code changes, get familiarized with these documents:
 Before submitting code changes, get familiarized with these documents: