From 3115b65ce6ad310e27dfd7b431f23befbd0828b0 Mon Sep 17 00:00:00 2001 From: Tim Allclair Date: Wed, 19 May 2021 18:52:36 -0700 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- .../pod-security-standards/.github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 staging/src/k8s.io/pod-security-standards/.github/PULL_REQUEST_TEMPLATE.md diff --git a/staging/src/k8s.io/pod-security-standards/.github/PULL_REQUEST_TEMPLATE.md b/staging/src/k8s.io/pod-security-standards/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..e7e5eb834b2 --- /dev/null +++ b/staging/src/k8s.io/pod-security-standards/.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.