Fixes table, capitalization, and in-doc links

This addresses a few broken links that resulted from style changes.
This commit is contained in:
guineveresaenger 2018-02-21 10:40:38 -08:00
parent c990f670d2
commit 313ded24d3
1 changed files with 7 additions and 7 deletions

View File

@ -2,21 +2,21 @@
This doc explains the process and best practices for submitting a pull request to the [Kubernetes project](https://github.com/kubernetes/kubernetes) and its associated subrepositories. It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters.
- [Before You Submit a Pull Request](#before-you-submit-a-pr)
- [Before You Submit a Pull Request](#before-you-submit-a-pull-request)
* [Run Local Verifications](#run-local-verifications)
- [The Pull Request Submit Process](#the-pr-submit-process)
- [The Pull Request Submit Process](#the-pull-request-submit-process)
* [The Testing and Merge Workflow](#the-testing-and-merge-workflow)
* [Marking Unfinished Pull Requests](#marking-unfinished-pull-requests)
* [Comment Commands Reference](#comment-commands-reference)
* [Automation](#automation)
* [How the e2e Tests Work](#how-the-e2e-tests-work)
- [Why was my pull request closed?](#why-was-my-pr-closed)
- [Why is my pull request not getting reviewed?](#why-is-my-pr-not-getting-reviewed)
- [Why was my Pull Request closed?](#why-was-my-pull-request-closed)
- [Why is my Pull Request not getting reviewed?](#why-is-my-pull-request-not-getting-reviewed)
- [Best Practices for Faster Reviews](#best-practices-for-faster-reviews)
* [0. Familiarize yourself with project conventions](#0-familiarize-yourself-with-project-conventions)
* [1. Is the feature wanted? Make a Design Doc or Sketch pull request](#1-is-the-feature-wanted-make-a-design-doc-or-sketch-pr)
* [2. Smaller Is Better: Small Commits, Small pull requests](#2-smaller-is-better-small-commits-small-prs)
* [3. Open a Different Pull Request for Fixes and Generic Features](#3-open-a-different-pr-for-fixes-and-generic-features)
* [1. Is the feature wanted? File a Kubernetes Enhancement Proposal](#1-is-the-feature-wanted-file-a-kubernetes-enhancement-proposal)
* [2. Smaller Is Better: Small Commits, Small Pull Requests](#2-smaller-is-better-small-commits-small-pull-requests)
* [3. Open a Different Pull Request for Fixes and Generic Features](#3-open-a-different-pull-request-for-fixes-and-generic-features)
* [4. Comments Matter](#4-comments-matter)
* [5. Test](#5-test)
* [6. Squashing and Commit Titles](#6-squashing-and-commit-titles)