From cd89e3bf720a686cf43e43907fc6fa3c2034c05b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Thu, 30 Jul 2020 11:20:20 +0200 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md and state the repo does not accept any direct changes --- .../k8s.io/component-helpers/.github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 staging/src/k8s.io/component-helpers/.github/PULL_REQUEST_TEMPLATE.md diff --git a/staging/src/k8s.io/component-helpers/.github/PULL_REQUEST_TEMPLATE.md b/staging/src/k8s.io/component-helpers/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e7e5eb834b2 --- /dev/null +++ b/staging/src/k8s.io/component-helpers/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +Sorry, we do not accept changes directly against this repository. Please see +CONTRIBUTING.md for information on where and how to contribute instead.