Merge pull request #766 from nikhita/fix-cherry-pic-docs

Fix minor typos in cherry-picks doc
This commit is contained in:
Christoph Blecker 2017-06-26 15:59:28 -07:00 committed by GitHub
commit da2a4c2d90
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Overview
This document explains cherry picks are managed on release branches within the
This document explains how cherry picks are managed on release branches within the
Kubernetes projects. Patches are either applied in batches or individually
depending on the point in the release cycle.
## Propose a Cherry Pick
1. Cherrypicks are [managed with labels and milestones](pull-requests.md#release-notes)
1. Cherrypicks are [managed with labels and milestones](pull-requests.md#write-release-notes-if-needed)
1. To get a PR merged to the release branch, first ensure the following labels
are on the original **master** branch PR:
* An appropriate milestone (e.g. v1.3)