├── .github └── settings.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTOR_LADDER.md ├── DESIGN-PROPOSALS.md ├── GOVERNANCE-elections.md ├── GOVERNANCE-maintainer.md ├── GOVERNANCE-subprojects.md ├── GOVERNANCE.md ├── LICENSE ├── MAINTAINERS.md ├── README-template.md ├── README.md └── REVIEWING.md /.github/settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/.github/settings.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTOR_LADDER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/CONTRIBUTOR_LADDER.md -------------------------------------------------------------------------------- /DESIGN-PROPOSALS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/DESIGN-PROPOSALS.md -------------------------------------------------------------------------------- /GOVERNANCE-elections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/GOVERNANCE-elections.md -------------------------------------------------------------------------------- /GOVERNANCE-maintainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/GOVERNANCE-maintainer.md -------------------------------------------------------------------------------- /GOVERNANCE-subprojects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/GOVERNANCE-subprojects.md -------------------------------------------------------------------------------- /GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/GOVERNANCE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/README-template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/README.md -------------------------------------------------------------------------------- /REVIEWING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/project-template/HEAD/REVIEWING.md --------------------------------------------------------------------------------