From caf007b5bf80cca60f8c4a90a300111daf7e2d05 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Wed, 18 Apr 2018 14:09:10 +0200 Subject: [PATCH] Add k8s.io/apiserver/CONTRIBUTING.md --- staging/src/k8s.io/apiserver/CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 staging/src/k8s.io/apiserver/CONTRIBUTING.md diff --git a/staging/src/k8s.io/apiserver/CONTRIBUTING.md b/staging/src/k8s.io/apiserver/CONTRIBUTING.md new file mode 100644 index 00000000000..94a28899367 --- /dev/null +++ b/staging/src/k8s.io/apiserver/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing guidelines + +Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against [kubernetes/kubernetes](https://git.k8s.io/kubernetes/). Please follow the same [contributing guide](https://git.k8s.io/kubernetes/CONTRIBUTING.md) you would follow for any other pull request made to kubernetes/kubernetes. + +This repository is published from [kubernetes/kubernetes/staging/src/k8s.io/apiserver](https://git.k8s.io/kubernetes/staging/src/k8s.io/apiserver) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot). + +Please see [Staging Directory and Publishing](https://git.k8s.io/community/contributors/devel/staging.md) for more information