Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.6 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.

The first step, 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.

Mentorship

  • Mentoring Initiatives - We have a diverse set of mentorship programs available that are always looking for volunteers!