Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.71 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

The following outlines the general rules we follow:

  • All PRs must have the appropriate documentation changes made within the same PR. Note, not all PRs will necessarily require a documentation change but if it does please include it in the same PR so the PR is complete and not just a partial solution.
  • All PRs must have the appropriate testcases. For example, bug fixes should include tests that demonstrates the issue w/o your fix. New features should include as many testcases, within reason, to cover any variants of use of the feature.
  • 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 page
  • Contributor Cheat Sheet - Common resources for existing developers

Contact Information