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 <tpepper@vmware.com>
This commit is contained in:
parent
2e172d17fb
commit
62be7e1aae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue