https://github.com/kptdev/governance
https://github.com/kptdev/governance
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kptdev/governance
- Owner: kptdev
- License: apache-2.0
- Created: 2025-05-08T11:40:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-19T15:45:13.000Z (2 months ago)
- Last Synced: 2025-11-19T17:28:39.438Z (2 months ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Governance of the kpt project
This repository contains information about how the kpt project is governed.
## Governance
All repos of kpt, the repos under the [kptdev](https://github.com/kptdev/) organisation, are under the governance
described here.
Every repo has two code owners defined in the CODEOWNERS file of the repo. All prs should be approved by both code
owners and the code owners should not be from the same company.
Any contributor who contributes at least 10% of the code in a release can become a code owner if they wish to and do not
work for a company already represented as code owner. Even if the number of code owners is higher than 2 only 2
approvals are needed to merge a pr.
## Release handling
Release handling is described in the [release handling document](release-handling.md)
## Repository settings
All repos should have the settings described in the [repo settings document](repo-settings.md)
## License
All repos of the kpt project use the [Apache Licence 2.0](https://www.apache.org/licenses/LICENSE-2.0) for code and the
[Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/) for
documentation.
## Contributors License Agreement
Contributors of the project do not need to sign a Contributors License Agreement, but it is required to sign-off
commits as an indication that the [Developer Certificate of Origin](https://developercertificate.org/) is followed.
## Code of Conduct
The kpt project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
More information and links about the CNCF Code of Conduct are [here](code-of-conduct.md).
## CNCF
The kpt project is a [CNCF Sandbox](https://www.cncf.io/sandbox-projects/) project.

Visit kpt in the [CNCF Landscape](https://landscape.cncf.io/?selected=kpt&item=provisioning--automation-configuration--kpt).