From 2946aae0fa80fe30fda3369cc109861f38a3ecb9 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Mon, 18 Apr 2016 15:25:05 -0700 Subject: [PATCH] WIP: Proposed new PR release note template. --- .github/PULL_REQUEST_TEMPLATE | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000000..e16d62b2a59 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,12 @@ +## Contributor guidelines + +1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). +1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). +1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. (_this would also contain updated detail later about this new template_) + +```release-note +* Use the release-note-* labels to set the release note state +* Clear this block to use the PR title as the release note +-OR- +* Enter your extended release note here +```