Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 2.06 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

We have full documentation on how to get started contributing here:

Mentorship

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

Opening a New Pull Request

Before pushing a pull request, please run make sanity and check that it passed.

This command may change some files. If that happened, you'll need to commit these files before pushing them to the remote repository.