From 62be7e1aae19a609b9d5e3da0920028dbc565f9f Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Thu, 14 Dec 2017 11:50:01 -0800 Subject: [PATCH] contrib guide: add table of contents We're to a point were seeing the table of contents at the top is informative about overall flow of the doc. Will need to regenerate this if/when new sections are added since it's not a render-time artifact. Relates to issues #1413. Signed-off-by: Tim Pepper --- contributors/guide/README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 387543606..f0898fb3d 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -23,12 +23,37 @@ _Improvements needed_ * Individual SIG contributing documents -> add a link to this guide -* Generate ToC for the section below - # Welcome Welcome to Kubernetes! This document is the single source of truth for how to contribute to the code base. Please leave comments / suggestions if you find something is missing or incorrect. +- [Before you get started](#before-you-get-started) + - [Sign the CLA](#sign-the-cla) + - [Setting up your development + environment](#setting-up-your-development-environment) + - [Community Expectations](#community-expectations) + - [Code of Conduct](#code-of-conduct) + - [Thanks](#thanks) +- [Your First Contribution](#your-first-contribution) + - [Find something to work on](#find-something-to-work-on) + - [Find a good first topic](#find-a-good-first-topic) + - [Learn about SIGs](#learn-about-sigs) + - [File an Issue](#file-an-issue) +- [Contributing](#contributing) + - [Communication](#communication) + - [GitHub workflow](#github-workflow) + - [Open a Pull Request](#open-a-pull-request) + - [Code Review](#code-review) + - [Testing](#testing) + - [Security](#security) + - [Documentation](#documentation) + - [Issues Management or Triage](#issues-management-or-triage) +- [Community](#community) + - [Events](#events) + - [Meetups](#meetups) + - [KubeCon](#kubecon) + - [Mentorship](#mentorship) + # Before you get started ## Sign the CLA