From 4ed236e9c08e28fee37277e4e20f51937b56f3c2 Mon Sep 17 00:00:00 2001 From: simplytunde Date: Thu, 3 Oct 2019 15:29:55 -0500 Subject: [PATCH] updated pull request template (#16572) * updated pull request template * updated to 1.17 --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3444bf3b2c..295824c17e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Remember to delete this note before submitting your pull request. > -> For pull requests on 1.15 Features: set Milestone to 1.15 and Base Branch to dev-1.15 +> For pull requests on 1.17 Features: set Milestone to 1.17 and Base Branch to dev-1.17 > -> For pull requests on Chinese localization, set Base Branch to release-1.14 +> For pull requests on Chinese localization, set Base Branch to release-1.15 > -> For pull requests on Korean Localization: set Base Branch to dev-1.14-ko.\ +> For pull requests on Korean Localization: set Base Branch to dev-1.16-ko.\ > > If you need Help on editing and submitting pull requests, visit: > https://kubernetes.io/docs/contribute/start/#improve-existing-content.