Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 3.08 KB

CONTRIBUTING.md

File metadata and controls

64 lines (47 loc) · 3.08 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

Repo layout

├── 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

Contributing in-tree KRM function source code

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

Publishing KRM function metadata in-tree and out-of-tree functions

To publish KRM function metadata, independently of where the source code lives, follow the instructions in the publishers directory.

General Kubernetes Contributing docs

We have full documentation on how to get started contributing here:

Mentorship

  • Mentoring Initiatives - We have a diverse set of mentorship programs available that are always looking for volunteers!

Contact Information