The Kubernetes Template Project is a template for starting new projects on the github.com/kubernetes organization. All Kubernetes projects, at mimimum, must have the following files:
- a
README.md
outlining the project goals, sponsoring sig, and community contact information - an
OWNERS
file with the project leads listed - a
CONTRIBUTING.md
outlining how to contribute to the project - a
code-of-conduct.md
outlining community behavior and the consequences of breaking the code - a
LICENSE
which must be Apache 2.0 - a
RELEASE.md
file that talks about the process for releases
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
- Slack: #kubernetes-dev
- Mailing List: https://groups.google.com/forum/#!forum/kubernetes-dev
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.