|
2 | 2 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> |
3 | 3 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
4 | 4 |
|
5 | | -- [Contributing Guidelines](#contributing-guidelines) |
6 | | - - [Contributor License Agreements](#contributor-license-agreements) |
7 | | - - [Finding Things That Need Help](#finding-things-that-need-help) |
8 | | - - [Contributing a Patch](#contributing-a-patch) |
9 | | - - [Documentation changes](#documentation-changes) |
10 | | - - [Releases](#releases) |
11 | | - - [Proposal process (CAEP)](#proposal-process-caep) |
12 | | - - [Triaging E2E test failures](#triaging-e2e-test-failures) |
13 | | - - [Reviewing a Patch](#reviewing-a-patch) |
14 | | - - [Reviews](#reviews) |
15 | | - - [Approvals](#approvals) |
16 | | - - [Backporting a Patch](#backporting-a-patch) |
17 | | - - [Features and bugs](#features-and-bugs) |
18 | | - - [Experiments](#experiments) |
19 | | - - [Breaking Changes](#breaking-changes) |
20 | | - - [API conventions](#api-conventions) |
21 | | - - [Optional vs. Required](#optional-vs-required) |
22 | | - - [Example](#example) |
23 | | - - [Exceptions](#exceptions) |
24 | | - - [CRD additionalPrinterColumns](#crd-additionalprintercolumns) |
25 | | - - [Google Doc Viewing Permissions](#google-doc-viewing-permissions) |
26 | | - - [Issue and Pull Request Management](#issue-and-pull-request-management) |
27 | | - - [Contributors ladder](#contributors-ladder) |
| 5 | +- [Contributor License Agreements](#contributor-license-agreements) |
| 6 | +- [Finding Things That Need Help](#finding-things-that-need-help) |
| 7 | +- [Versioning](#versioning) |
| 8 | + - [Codebase and Go Modules](#codebase-and-go-modules) |
| 9 | + - [Backporting a patch](#backporting-a-patch) |
| 10 | + - [APIs](#apis) |
| 11 | + - [CLIs](#clis) |
| 12 | +- [Branches](#branches) |
| 13 | + - [Support and guarantees](#support-and-guarantees) |
| 14 | +- [Contributing a Patch](#contributing-a-patch) |
| 15 | +- [Documentation changes](#documentation-changes) |
| 16 | +- [Releases](#releases) |
| 17 | +- [Proposal process (CAEP)](#proposal-process-caep) |
| 18 | +- [Triaging E2E test failures](#triaging-e2e-test-failures) |
| 19 | +- [Reviewing a Patch](#reviewing-a-patch) |
| 20 | +- [Reviews](#reviews) |
| 21 | + - [Approvals](#approvals) |
| 22 | +- [Features and bugs](#features-and-bugs) |
| 23 | +- [Experiments](#experiments) |
| 24 | +- [Breaking Changes](#breaking-changes) |
| 25 | +- [API conventions](#api-conventions) |
| 26 | + - [Optional vs. Required](#optional-vs-required) |
| 27 | + - [Example](#example) |
| 28 | + - [Exceptions](#exceptions) |
| 29 | + - [CRD additionalPrinterColumns](#crd-additionalprintercolumns) |
| 30 | +- [Google Doc Viewing Permissions](#google-doc-viewing-permissions) |
| 31 | +- [Issue and Pull Request Management](#issue-and-pull-request-management) |
| 32 | +- [Contributors Ladder](#contributors-ladder) |
28 | 33 |
|
29 | 34 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
30 | 35 |
|
|
0 commit comments