Making your First Contribution
Not sure where to make your first contribution? This doc has some tips and ideas to help get you started.
Have you ever wanted to contribute to the coolest cloud technology? This guide will help you understand the overall organization of the Kubernetes project, and direct you to the best places to get started contributing. You’ll be able to pick up issues, write code to fix them, and get your work reviewed and merged.
This document is the single source of truth for how to contribute to the code base. Feel free to browse the open issues and file new ones, all feedback is welcome!
Welcome to Kubernetes! This guide is broken up into the following sections. It is recommended that you follow these steps in order:
Before submitting code to Kubernetes, you should first complete the following prerequisites. These steps are checked automatically by a bot during your first submission. Completing these steps will make your first contribution easier:
Before you get started, you will need to signup for a GitHub user account.
Before you can contribute to Kubernetes, you will need to sign the Contributor License Agreement.
Please make sure to read and observe the Code of Conduct and Community Values
It is not required to set up a developer environment in order to contribute to Kubernetes.
If you plan to contribute code changes, review the developer resources page for how to set up your environment.
Kubernetes is a community project. Consequently, it is wholly dependent on its community to provide a productive, friendly and collaborative environment.
If you are looking for a safe place, where you can familiarize yourself with the pull request and issue review process in Kubernetes, then the Kubernetes Contributor Playground is the right place for you.
A Youtube playlist of the New Contributor workshop has been posted. An outline of the video content can be found here.
Kubernetes is a large, lively, friendly open-source community. As many open source projects often do, it depends on new people becoming members and regular code contributors. The Community Membership Document covers membership processes and roles. Please consider joining Kubernetes, and making your way up the contributor ladder!
Kubernetes participates in KubeCon + CloudNativeCon, held three times per year in China, Europe and in North America. Information about these and other community events is available on the CNCF Events pages.
All Kubernetes meetups follow the general Cloud Native Computing Foundation Guidelines You may also contact CNCF Staff driving the Community Groups (previously known as Meetups) program by email (meetups@cncf.io)
Learn more about the Kubernetes mentoring initiatives. Join past and present Kubernetes Contributors for a live question-and-answer session during Meet Our Contributors.
This section includes things that need to be documented, but typical contributors do not need to interact with regularly.
Not sure where to make your first contribution? This doc has some tips and ideas to help get you started.
An entrypoint to getting started with contributing to the Kubernetes project.
Explains the process and best practices for submitting a pull request to the Kubernetes project and its associated sub-repositories. It should serve as a reference for all contributors, and be useful especially to new or infrequent submitters.
This document is an overview of the GitHub workflow used by the Kubernetes project. It includes tips and suggestions on keeping your local environment in sync with upstream and how to maintain good commit hygiene.
This document outlines a collection of guidelines, style suggestions, and tips for writing code in the different programming languages used throughout the Kubernetes project.
This document provides guidance on how and when to use the help wanted and good first issue labels. These are used to identify issues that have been specially groomed for new contributors.
These guidelines serve as a primary document for triaging incoming issues to Kubernetes. SIGs and projects are encouraged to use this guidance as a starting point, and customize to address specific triaging needs.
Looking for a good entrance into the project? or to do something different? There are many ways to contribute to the the Kubernetes project without having to have coding experience: issue triage, writing documentation, joining the release team and much more.
Guidance on providing release notes for changes made to the main Kubernetes project repo.
OWNERS files are used to designate responsibility over different parts of the Kubernetes codebase and serve as the implementation mechanism for the two-phase code review process used by the project.
Expectations of conduct and code review that govern all members of the community.
Was this page helpful?