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.
├── publishers # Home for all functions metadata
│ ├── kustomize
│ │ ├── functions
│ │ │ ├── fn-foo.yaml
│ │ │ ├── fn-bar.yaml
│ │ │ └── README.md
│ │ ├── catalogs
│ │ │ ├── v20220225.yaml
│ │ │ ├── v20220101.yaml
│ │ │ └── README.md
│ │ └── OWNERS # OWNERS of the publisher
│ ├── kubeflow
│ ├── sig-cli
│ └── OWNERS # OWNERS to approve new publishers
├── krm-functions # Home for in-tree functions source code
│ ├── Makefile
│ ├── kustomize
│ │ ├── fn-foo
│ │ ├── README.md
│ │ └── OWNERS # OWNERS to approve code change to the function
│ └── sig-cli
├── site
├── Makefile
└── OWNERS
To contribute KRM function source code, so that it can be managed and released by this repo, follow the instructions in the krm-functions directory
To publish KRM function metadata, independently of where the source code lives, follow the instructions in the publishers directory.
We have full documentation on how to get started contributing here:
- 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 section
- Contributor Cheat Sheet - Common resources for existing developers
- Mentoring Initiatives - We have a diverse set of mentorship programs available that are always looking for volunteers!