From 0ceaafa01e4f948dddf4f21a4d33a863149b724c Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 15 Sep 2020 10:02:17 +0100 Subject: [PATCH] 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 --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ef02dfe9d..a889024549 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)