From b781ece9525be59f3ae6e1615625fbe6d4309931 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Fri, 7 Oct 2016 16:28:05 -0700 Subject: [PATCH] Add PR tempalte --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ad11b57a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Sorry, client-go does not accept changes via pull requests at this time. Please +submit your pull request to the main repository: +https://github.com/kubernetes/kubernetes. See the guidance here: +https://github.com/kubernetes/client-go#contributing-code.