WIP: Proposed new PR release note template.

This commit is contained in:
David McMahon 2016-04-18 15:25:05 -07:00
parent 6e99624dd6
commit 2946aae0fa

12
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View File

@ -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
```