Add a phrase to allow the word "backport" to be found

Searches for how to backport PRs to release branches are difficult if
you don't know what you're looking for. Add a sentence with that word to
make searching easier.
This commit is contained in:
Joe Julian 2018-07-20 10:53:39 -07:00
parent 6c7430aa9a
commit b9a22e4c77
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Overview
This document explains how cherry picks are managed on release
branches within the Kubernetes projects.
branches within the Kubernetes projects. A common use case for this
task is for backporting PRs from master to release branches.
## Prerequisites
* [Contributor License Agreement](http://git.k8s.io/community/CLA.md)