Merge pull request #1 from pwittrock/master

Initial repo boilerplate
This commit is contained in:
Jeff Regan 2017-03-30 13:53:29 -07:00 committed by GitHub
commit 71fc68b2b9
5 changed files with 28 additions and 0 deletions

7
CONTRIBUTING.md Normal file
View File

@ -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.

2
OWNERS Normal file
View File

@ -0,0 +1,2 @@
assignees:
- pwittrock

11
README.md Normal file
View File

@ -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).

3
RELEASE.md Normal file
View File

@ -0,0 +1,3 @@
# Release Process
The kubectl binary is released and distributed with k8s.io/kubernetes.

5
code-of-conduct.md Normal file
View File

@ -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)]()