We created a comprehensive contributor guide, which affects the main message of the top-level README.md. This commit removes duplicate or outdated information and instead links to /contributors/guide/README. |
||
---|---|---|
.github | ||
archive | ||
committee-steering | ||
communication | ||
contributors | ||
events | ||
generator | ||
hack | ||
keps | ||
mentoring | ||
project-managers | ||
sig-api-machinery | ||
sig-apps | ||
sig-architecture | ||
sig-auth | ||
sig-autoscaling | ||
sig-aws | ||
sig-azure | ||
sig-big-data | ||
sig-cli | ||
sig-cluster-lifecycle | ||
sig-cluster-ops | ||
sig-contributor-experience | ||
sig-docs | ||
sig-gcp | ||
sig-instrumentation | ||
sig-multicluster | ||
sig-network | ||
sig-node | ||
sig-on-premise | ||
sig-openstack | ||
sig-product-management | ||
sig-release | ||
sig-rktnetes | ||
sig-scalability | ||
sig-scheduling | ||
sig-service-catalog | ||
sig-storage | ||
sig-testing | ||
sig-ui | ||
sig-windows | ||
wg-app-def | ||
wg-cloud-provider | ||
wg-cluster-api | ||
wg-container-identity | ||
wg-kubeadm-adoption | ||
wg-multitenancy | ||
wg-policy | ||
wg-resource-management | ||
.generated_files | ||
.gitignore | ||
.travis.yml | ||
CLA.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
code-of-conduct.md | ||
communication.md | ||
community-membership.md | ||
governance.md | ||
incubator.md | ||
org-owners-guide.md | ||
setting-up-cla-check.md | ||
sig-creation-procedure.md | ||
sig-governance.md | ||
sig-list.md | ||
sigs.yaml | ||
sysadmin.md |
README.md
Kubernetes Community
Welcome to the Kubernetes community!
This is the starting point for joining and contributing to the Kubernetes community - improving docs, improving code, giving talks etc.
Communicating
The communication page lists communication channels like chat, issues, mailing lists, conferences, etc.
For more specific topics, try a SIG.
SIGs
Kubernetes is a set of projects, each shepherded by a special interest group (SIG).
A first step to contributing is to pick from the list of kubernetes SIGs.
A SIG can have its own policy for contribution,
described in a README
or CONTRIBUTING
file in the SIG
folder in this repo (e.g. sig-cli/CONTRIBUTING),
and its own mailing list, slack channel, etc.
If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), please follow these instructions that detail how our docs are auto-generated.
How Can I Help?
Documentation (like the text you are reading now) can always use improvement!
Each kubernetes project subrepository (including this one!) has issues that are labeled "help-wanted", "good first issue" or similar that should not need deep knowledge of the system. For example, here are help wanted issues for the main Kubernetes repository.
To dig deeper, read a design doc, e.g. architecture.
Pick a SIG, peruse its associated cmd directory,
find a main()
and read code until you find something you want to fix.
Learn to Build
Links in contributors/devel/README.md lead to many relevant technical topics.
Contributing
The Contributor Guide provides detailed instruction on how to get your ideas and bug fixes seen and accepted, including:
- How to file an issue
- How to find something to work on
- How to open a pull request