Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.44 KB

Contributing Guidelines

This repo contains an alpha release of some of the foundational aspects of V2 of Kubernetes Federation. All the contribution is done via GitHub. Please also read the contributors guide: https://github.com/kubernetes/community/blob/master/contributors/guide/README.md

Sign the CLA

Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests. Please see https://github.com/kubernetes/community/blob/master/CLA.md for more information

Learn About Kubernetes Federation v2

If you want to learn about Kubernetes Federation v2, please read through the doc: https://github.com/kubernetes-sigs/federation-v2#kubernetes-federation-v2

To learn how to use Kubernetes Federation v2, please read through the User Guide: https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md

If you are interested in contributing to Kubernetes Federation v2 project, please read through the Development Guide: https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/development.md

Submitting a Pull Request (PR)

  1. Sign the CLA.
  2. Submit an issue by describing your proposed change to the repo in question.
  3. The repo owners will respond to your issue rapidly.
  4. Fork the repo, make your changes and test it.
  5. Submit a PR.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.