Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.56 KB

Contributing Guidelines

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.

Getting Started

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.

Internal KEP

We may discuss new features in internal KEP. See keps/README.md for more details.