From 2141101a906410305a8f639fddbdd3477166da44 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 30 Mar 2017 13:25:20 -0700 Subject: [PATCH] Initial repo boilerplate --- CONTRIBUTING.md | 7 +++++++ OWNERS | 2 ++ README.md | 11 +++++++++++ RELEASE.md | 3 +++ code-of-conduct.md | 5 +++++ 5 files changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 OWNERS create mode 100644 README.md create mode 100644 RELEASE.md create mode 100644 code-of-conduct.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..041693437 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing guidelines + +## How to become a contributor and submit your own code + +See [this doc](https://github.com/kubernetes/community/blob/master/sig-cli/CONTRIBUTING.md) for how to contribute code. + +Currently (q2/2017), this repository exists for issue tracking and code mirroring only, and is not accepting code contributions. It will open for code contributions when migration of kubectl code from the kubernetes/kubernetes repository to this repository has been completed. diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..b5f81d017 --- /dev/null +++ b/OWNERS @@ -0,0 +1,2 @@ +assignees: + - pwittrock diff --git a/README.md b/README.md new file mode 100644 index 000000000..99ed5ae64 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Kubectl + +The k8s.io/kubectl repo is used to track issues for the kubectl cli distributed with k8s.io/kubernetes. + +## Community, discussion, contribution, and support + +See [this document](https://github.com/kubernetes/community/tree/master/sig-cli) for how to reach the maintainers of this project. + +### Code of conduct + +Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 000000000..3072c1a1e --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +# Release Process + +The kubectl binary is released and distributed with k8s.io/kubernetes. diff --git a/code-of-conduct.md b/code-of-conduct.md new file mode 100644 index 000000000..33f60bf76 --- /dev/null +++ b/code-of-conduct.md @@ -0,0 +1,5 @@ +## Kubernetes Community Code of Conduct + +See the [kubernetes project code of conduct](https://github.com/kubernetes/kubernetes/blob/master/code-of-conduct.md). + +[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/code-of-conduct.md?pixel)]()