diff options
| author | guineveresaenger <guineveresaenger@gmail.com> | 2018-02-21 10:40:38 -0800 |
|---|---|---|
| committer | guineveresaenger <guineveresaenger@gmail.com> | 2018-02-22 14:41:57 -0800 |
| commit | 313ded24d31c9f47ecf42ebaae1114d9b0faed7b (patch) | |
| tree | 5f380a055eee3a40a3821b19a4d1f69e0b811df7 | |
| parent | c990f670d2e2befc3aba5fb2b2184203a919fa3e (diff) | |
Fixes table, capitalization, and in-doc links
This addresses a few broken links that resulted from style changes.
| -rw-r--r-- | contributors/guide/pull-requests.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contributors/guide/pull-requests.md b/contributors/guide/pull-requests.md index 9445bbc7..66d55807 100644 --- a/contributors/guide/pull-requests.md +++ b/contributors/guide/pull-requests.md @@ -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) |
