Welcome to Kubernetes. We are excited about the prospect of you joining our community! The Kubernetes community abides by the CNCF code of conduct. Here is an excerpt:
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
- Contributor License Agreement - Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
- Kubernetes Contributor Guide - Main contributor documentation, or you can just jump directly to the contributing section
- Contributor Cheat Sheet - Common resources for existing developers
For the frontend, please see README.md on ./web dir.
prerequisite: Go 1.17 or more
You have to prepare tools with make.
make tools
Also, you can run lint, format and test with make.
# test
make test
# lint
make lint
# format
make format
See Makefile for more details.
We may discuss new features in internal KEP. See keps/README.md for more details.