<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Kubernetes Contributors</title><link>https://deploy-preview-846--kubernetes-contributor.netlify.app/docs/</link><description>Recent content in Documentation on Kubernetes Contributors</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-846--kubernetes-contributor.netlify.app/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Contributor Cheatsheet</title><link>https://deploy-preview-846--kubernetes-contributor.netlify.app/docs/contributor-cheatsheet/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-846--kubernetes-contributor.netlify.app/docs/contributor-cheatsheet/</guid><description>&lt;p>&lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-de.md"
 
 target="_blank" rel="noopener">Deutsch&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-fr.md"
 
 target="_blank" rel="noopener">Français&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-id.md"
 
 target="_blank" rel="noopener">Bahasa Indonesia&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-ja.md"
 
 target="_blank" rel="noopener">日本語&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-ko.md"
 
 target="_blank" rel="noopener">한국어&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-pt.md"
 
 target="_blank" rel="noopener">Português&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-zh.md"
 
 target="_blank" rel="noopener">中文&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-uk.md"
 
 target="_blank" rel="noopener">Українська&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-it.md"
 
 target="_blank" rel="noopener">Italian&lt;/a>
 | &lt;a href="https://github.com/kubernetes/community/blob/main/contributors/guide/contributor-cheatsheet/README-hi.md"
 
 target="_blank" rel="noopener">हिन्दी&lt;/a>
&lt;/p>
&lt;p>A list of common resources when contributing to Kubernetes, tips, tricks, and
common best practices used within the Kubernetes project. It is a &amp;ldquo;TL;DR&amp;rdquo; or
quick reference of useful information to make your GitHub contribution experience
better.&lt;/p>
&lt;p>&lt;strong>Table of Contents&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="#helpful-resources"
 
 >Helpful Resources&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#getting-started"
 
 >Getting Started&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#sigs-and-other-groups"
 
 >SIGs and Other Groups&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#community"
 
 >Community&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#workflow"
 
 >Workflow&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#tests"
 
 >Tests&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#important-email-aliases"
 
 >Important Email Aliases&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#other-useful-links"
 
 >Other Useful Links&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#communicating-effectively-on-github"
 
 >Communicating Effectively on GitHub&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#how-to-be-excellent-to-each-other"
 
 >How to be Excellent to Each Other&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#examples-of-goodbad-communication"
 
 >Examples of Good/Bad Communication&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#submitting-a-contribution"
 
 >Submitting a Contribution&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#signing-the-cla"
 
 >Signing the CLA&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#opening-and-responding-to-issues"
 
 >Opening and Responding to Issues&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#creating-an-issue"
 
 >Creating an Issue&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#responding-to-an-issue"
 
 >Responding to an Issue&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#opening-a-pull-request"
 
 >Opening a Pull Request&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#creating-a-pull-request"
 
 >Creating a Pull Request&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#example-pr-description"
 
 >Example PR Description&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#troubleshooting-a-pull-request"
 
 >Troubleshooting a Pull Request&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#labels"
 
 >Labels&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#working-locally"
 
 >Working Locally&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#branch-strategy"
 
 >Branch Strategy&lt;/a>

&lt;ul>
&lt;li>&lt;a href="#adding-upstream"
 
 >Adding Upstream&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#keeping-your-fork-in-sync"
 
 >Keeping Your Fork in Sync&lt;/a>
&lt;/li>
&lt;li>&lt;a href="#squashing-commits"
 
 >Squashing Commits&lt;/a>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="helpful-resources">Helpful Resources&lt;/h2>
&lt;h3 id="getting-started">Getting Started&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://www.kubernetes.dev/docs/onboarding"
 
 target="_blank" rel="noopener">Contributor Course&lt;/a>
 - &lt;strong>NEW&lt;/strong> - The E-Learning for Contributors course for Kubernetes!&lt;/li>
&lt;li>&lt;a href="https://deploy-preview-846--kubernetes-contributor.netlify.app/docs/guide"
 
 >Contributor Guide&lt;/a>
 - Guide on how to begin contributing to Kubernetes
Project.&lt;/li>
&lt;li>&lt;a href="https://github.com/kubernetes/community/blob/main/contributors/devel/README.md"
 
 target="_blank" rel="noopener">Developer Guide&lt;/a>
 - Guide to contributing code directly to the Kubernetes
Project.&lt;/li>
&lt;li>&lt;a href="https://kubernetes.io/docs/reference/issues-security/security/"
 
 target="_blank" rel="noopener">Security and Disclosure Information&lt;/a>
 - Guide for reporting vulnerabilities
and the security release process.&lt;/li>
&lt;/ul>
&lt;h3 id="sigs-and-other-groups">SIGs and Other Groups&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://github.com/kubernetes/community/blob/main/sig-list.md"
 
 target="_blank" rel="noopener">Master Group List&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h3 id="community">Community&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://calendar.google.com/calendar/embed?src=calendar%40kubernetes.io"
 
 target="_blank" rel="noopener">Calendar&lt;/a>
 - View all the Kubernetes Community events (SIG/WG meetings,
events etc.)&lt;/li>
&lt;li>&lt;a href="https://groups.google.com/a/kubernetes.io/g/dev"
 
 target="_blank" rel="noopener">kubernetes-dev&lt;/a>
 - The Kubernetes development mailing list&lt;/li>
&lt;li>&lt;a href="https://discuss.kubernetes.io/"
 
 target="_blank" rel="noopener">Kubernetes Forum&lt;/a>
 - Official Kubernetes forum.&lt;/li>
&lt;li>&lt;a href="http://slack.k8s.io/"
 
 target="_blank" rel="noopener">Slack channels&lt;/a>
 - Official Kubernetes Slack.&lt;/li>
&lt;li>&lt;a href="https://stackoverflow.com/questions/tagged/kubernetes"
 
 target="_blank" rel="noopener">Stack Overflow&lt;/a>
 - A place to ask your Kubernetes end-user questions.&lt;/li>
&lt;li>&lt;a href="https://www.youtube.com/c/KubernetesCommunity/"
 
 target="_blank" rel="noopener">YouTube Channel&lt;/a>
 - Official channel for the Kubernetes community.&lt;/li>
&lt;/ul>
&lt;h3 id="workflow">Workflow&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://prow.k8s.io"
 
 target="_blank" rel="noopener">Prow&lt;/a>
 - Kubernetes CI/CD System.&lt;/li>
&lt;li>&lt;a href="https://sigs.k8s.io/prow/site/content/en/docs/components/core/tide/pr-authors.md"
 
 target="_blank" rel="noopener">Tide&lt;/a>
 - Prow plugin that manages merges and tests. &lt;a href="https://prow.k8s.io/tide"
 
 target="_blank" rel="noopener">Tide Dashboard&lt;/a>
&lt;/li>
&lt;li>&lt;a href="https://go.k8s.io/bot-commands"
 
 target="_blank" rel="noopener">Bot commands&lt;/a>
 - Commands used to interact with Kubernetes Bots (examples:
&lt;code>/cc&lt;/code>, &lt;code>/lgtm&lt;/code>, and &lt;code>/retest&lt;/code>)&lt;/li>
&lt;li>&lt;a href="https://go.k8s.io/github-labels"
 
 target="_blank" rel="noopener">GitHub labels&lt;/a>
 - List of labels used throughout the Kubernetes Project&lt;/li>
&lt;li>&lt;a href="https://cs.k8s.io/"
 
 target="_blank" rel="noopener">Kubernetes Code Search&lt;/a>
, maintained by &lt;a href="https://github.com/dims"
 
 target="_blank" rel="noopener">@dims&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h3 id="tests">Tests&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://prow.k8s.io"
 
 target="_blank" rel="noopener">Prow&lt;/a>
 - Kubernetes CI/CD System.&lt;/li>
&lt;li>&lt;a href="https://testgrid.k8s.io"
 
 target="_blank" rel="noopener">Test Grid&lt;/a>
 - View historical tests and their associated information.&lt;/li>
&lt;li>&lt;a href="https://go.k8s.io/triage"
 
 target="_blank" rel="noopener">Triage Dashboard&lt;/a>
 - Aggregates similar failures together for better
troubleshooting.&lt;/li>
&lt;/ul>
&lt;h3 id="important-email-aliases">Important Email Aliases&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="mailto:community@kubernetes.io"
 
 >community@kubernetes.io&lt;/a>
 - Mail someone on the community team (SIG Contributor
Experience) about a community issue.&lt;/li>
&lt;li>&lt;a href="mailto:conduct@kubernetes.io"
 
 >conduct@kubernetes.io&lt;/a>
 - Contact the Code of Conduct committee, private mailing
list.&lt;/li>
&lt;li>&lt;a href="mailto:github@kubernetes.io"
 
 >github@kubernetes.io&lt;/a>
 - Mail the &lt;a href="https://github.com/kubernetes/community/blob/main/github-management#github-administration-team"
 
 target="_blank" rel="noopener">GitHub Administration Team&lt;/a>
 privately,
for sensitive items.&lt;/li>
&lt;li>&lt;a href="mailto:steering@kubernetes.io"
 
 >steering@kubernetes.io&lt;/a>
 - Mail the steering committee. Public address with
public archive.&lt;/li>
&lt;li>&lt;a href="mailto:steering-private@kubernetes.io"
 
 >steering-private@kubernetes.io&lt;/a>
 - Mail the steering committee privately, for
sensitive items.&lt;/li>
&lt;li>&lt;a href="mailto:social@cncf.io"
 
 >social@cncf.io&lt;/a>
 - Contact the CNCF social team; blog, twitter account, and
other social properties.&lt;/li>
&lt;/ul>
&lt;h3 id="other-useful-links">Other Useful Links&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://k8s.devstats.cncf.io"
 
 target="_blank" rel="noopener">Developer Statistics&lt;/a>
 - View developer statistics for all CNCF managed
projects.&lt;/li>
&lt;li>&lt;a href="https://kubernetes.io/releases/patch-releases/"
 
 target="_blank" rel="noopener">Kubernetes Patch Release&lt;/a>
 Schedule and team contact information for Kubernetes patch releases.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="communicating-effectively-on-github">Communicating Effectively on GitHub&lt;/h2>
&lt;h3 id="how-to-be-excellent-to-each-other">How to be Excellent to Each Other&lt;/h3>
&lt;p>As a first step, familiarize yourself with the &lt;a href="https://deploy-preview-846--kubernetes-contributor.netlify.app/includes/cncf-code-of-conduct"
 
 >Code of Conduct&lt;/a>
.&lt;/p></description></item></channel></rss>