Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes/org
Meta configuration for Kubernetes Github Org
https://github.com/kubernetes/org
k8s-sig-contribex
Last synced: about 1 month ago
JSON representation
Meta configuration for Kubernetes Github Org
- Host: GitHub
- URL: https://github.com/kubernetes/org
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-06-21T01:46:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T21:09:01.000Z (7 months ago)
- Last Synced: 2024-04-10T00:50:32.798Z (7 months ago)
- Topics: k8s-sig-contribex
- Language: Go
- Size: 12.3 MB
- Stars: 234
- Watchers: 30
- Forks: 645
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - kubernetes/org - Meta configuration for Kubernetes Github Org (Go)
README
# Kubernetes GitHub Organization
This repository contains the metadata [configuration](/config) for the Kubernetes GitHub
Organizations. The data here is consumed by the
[peribolos](https://docs.prow.k8s.io/docs/components/cli-tools/peribolos/)
tool to organization and team membership, as well as team creation and deletion.Membership in the Kubernetes project is governed by our
[community guidelines](https://git.k8s.io/community/community-membership.md).The application for membership in the Kubernetes organization can be made by opening an [issue](https://github.com/kubernetes/org/issues/new?assignees=&labels=area%2Fgithub-membership&template=membership.yml&title=REQUEST%3A+New+membership+for+%3Cyour-GH-handle%3E).
However, if you are already part of the Kubernetes organization, you do not need to do this and can add yourself directly to the appropriate files.
For example, to also add yourself to the kubernetes-sigs organization, you can navigate to `/config/kubernetes-sigs/org.yaml` and add your GitHub username to the list of members (in alphabetical order); this works the same way for other organizations.Requirements
* Add only one new member per commit (if you add two members separate it in two commits
* Commit message format `Add to org`.You can use `make add-members WHO=username1,username2 REPOS=kubernetes-sigs,kubernetes` to add usernames
to the config with the requirements listed above.## Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the
[community page](http://kubernetes.io/community/).You can reach the maintainers of this project at:
- [#github-management](https://kubernetes.slack.com/messages/github-management) on slack
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-contribex)To report any sensitive information, please email the private [email protected] list.
### Code of conduct
Participation in the Kubernetes community is governed by the
[Kubernetes Code of Conduct](code-of-conduct.md).