commit
71fc68b2b9
|
|
@ -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.
|
||||
|
|
@ -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).
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Release Process
|
||||
|
||||
The kubectl binary is released and distributed with k8s.io/kubernetes.
|
||||
|
|
@ -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).
|
||||
|
||||
[]()
|
||||
Loading…
Reference in New Issue