docs: Increase TOC detail

Add an extra level to the contributing guide table of contents
for easier navigation.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2020-09-15 10:02:17 +01:00
parent dfed217882
commit 0ceaafa01e

View File

@ -2,15 +2,37 @@
* [Code of Conduct](#code-of-conduct)
* [Pull requests](#pull-requests)
* [Golang Coding Style](#golang-coding-style)
* [Certificate of Origin](#certificate-of-origin)
* [GitHub basic setup](#github-basic-setup)
* [Prerequisites](#prerequisites)
* [Contributor roles](#contributor-roles)
* [Golang coding style](#golang-coding-style)
* [Certificate of Origin](#certificate-of-origin)
* [GitHub best practices](#github-best-practices)
* [Submit issues before PRs](#submit-issues-before-prs)
* [Issue tracking](#issue-tracking)
* [Closing issues](#closing-issues)
* [GitHub workflow](#github-workflow)
* [Configure your environment](#configure-your-environment)
* [GitHub labels and keywords that block PRs](#github-labels-and-keywords-that-block-prs)
* [Re-vendor PRs](#re-vendor-prs)
* [Use static checks for validation](#use-static-checks-for-validation)
* [Fix failed static checks after submitting PRs](#fix-failed-static-checks-after-submitting-prs)
* [Kata runtime static checks](#kata-runtime-static-checks)
* [Porting](#porting)
* [Porting labels](#porting-labels)
* [Stable branch backports](#stable-branch-backports)
* [Porting issue numbers](#porting-issue-numbers)
* [Porting comments](#porting-comments)
* [Forward ports](#forward-ports)
* [Porting examples](#porting-examples)
* [Patch format](#patch-format)
* [General format](#general-format)
* [Subsystem](#subsystem)
* [Best practices for patches](#best-practices-for-patches)
* [Verification](#verification)
* [Examples](#examples)
* [Reviews](#reviews)
* [Review Examples](#review-examples)
* [Continuous Integration](#continuous-integration)
* [Contact](#contact)
* [Project maintainers](#project-maintainers)