forked from kubernetes-sigs/cluster-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update template files to include repo-specific info
- Loading branch information
Showing
5 changed files
with
40 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
||
approvers: | ||
# TODO: in your repo created from this template, you should replace the | ||
# steering-committee with a list of project owners, see the doc linked above. | ||
- steering-committee | ||
- kubebuilder-admins | ||
- kubebuilder-approvers | ||
reviewers: | ||
- kubebuilder-admins | ||
- kubebuilder-reviewers | ||
- kubebuilder-approvers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases | ||
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
||
aliases: | ||
# TODO: remove this alias, it will go stale in your repo, and in your repo | ||
# you should have your own set of approvers (see OWNERS) | ||
# in the original template repo, we must maintain this list to approve changes | ||
# to the template itself | ||
steering-committee: | ||
- cblecker | ||
- derekwaynecarr | ||
- dims | ||
- nikhita | ||
- parispittman | ||
- spiffxp | ||
- timothysc | ||
# active folks who can be contacted to perform admin-related | ||
# tasks on the repo, or otherwise approve any PRs. | ||
kubebuilder-admins: | ||
- droot | ||
- mengqiy | ||
- directxman12 | ||
|
||
# non-admin folks who can approve any PRs in the repo | ||
kubebuilder-approvers: | ||
- camilamacedo86 | ||
|
||
# folks who can review and LGTM any PRs in the repo (doesn't include | ||
# approvers & admins -- those count too via the OWNERS file) | ||
kubebuilder-reviewers: | ||
- joelanford | ||
- estroz | ||
- adirio | ||
|
||
# folks who may have context on ancient history, | ||
# but are no longer directly involved | ||
kubebuilder-emeritus-approvers: | ||
- pwittrock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,16 @@ | ||
# Kubernetes Template Project | ||
# Kubebuilder Release Tools | ||
|
||
The Kubernetes Template Project is a template for starting new projects in the GitHub organizations owned by Kubernetes. All Kubernetes projects, at minimum, must have the following files: | ||
|
||
- a `README.md` outlining the project goals, sponsoring sig, and community contact information | ||
- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners]) | ||
- a `CONTRIBUTING.md` outlining how to contribute to the project | ||
- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code | ||
- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content | ||
- a `SECURITY_CONTACTS` with the contact points for the Product Security Team | ||
to reach out to for triaging and handling of incoming issues. They must agree to abide by the | ||
[Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) | ||
and will be removed and replaced if they violate that agreement. | ||
Release tooling for KubeBuilder projects. | ||
|
||
## 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: | ||
|
||
- [Slack](http://slack.k8s.io/) | ||
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev) | ||
- [Slack](https://kubernetes.slack.com/messages/kubebuilder) | ||
- [Mailing List](https://groups.google.com/forum/#!forum/kubebuilder) | ||
|
||
### Code of conduct | ||
|
||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). | ||
|
||
[owners]: https://git.k8s.io/community/contributors/guide/owners.md | ||
[Creative Commons 4.0]: https://git.k8s.io/website/LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Defined below are the security contacts for this repo. | ||
# | ||
# They are the contact point for the Product Security Committee to reach out | ||
# They are the contact point for the Product Security Team to reach out | ||
# to for triaging and handling of incoming issues. | ||
# | ||
# The below names agree to abide by the | ||
# [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) | ||
# [Embargo Policy](https://github.com/kubernetes/sig-release/blob/master/security-release-process-documentation/security-release-process.md#embargo-policy) | ||
# and will be removed and replaced if they violate that agreement. | ||
# | ||
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE | ||
# INSTRUCTIONS AT https://kubernetes.io/security/ | ||
|
||
bob | ||
alice | ||
droot | ||
pwittrock |