Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 7d97f20

Browse files
committed
Update template files to include repo-specific info
1 parent 03be0b2 commit 7d97f20

File tree

5 files changed

+38
-41
lines changed

5 files changed

+38
-41
lines changed

CONTRIBUTING.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ If your repo has certain guidelines for contribution, put them here ahead of the
2020

2121
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
2222

23-
<!---
24-
Custom Information - if you're copying this template for the first time you can add custom content here, for example:
25-
2623
## Contact Information
2724

28-
- [Slack channel](https://kubernetes.slack.com/messages/kubernetes-users) - Replace `kubernetes-users` with your slack channel string, this will send users directly to your channel.
29-
- [Mailing list](URL)
30-
31-
-->
25+
- [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
26+
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)

OWNERS

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
approvers:
4-
# TODO: in your repo created from this template, you should replace the
5-
# github-admin-team with a list of project owners, see the doc linked above.
6-
- github-admin-team
4+
- sig-cluster-lifecycle-leads
5+
- cluster-api-admins
6+
- cluster-api-maintainers
7+
- cluster-api-provider-nested-maintainers

OWNERS_ALIASES

+22-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases
1+
# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md
22

33
aliases:
4-
# TODO: remove this alias, it will go stale in your repo, and in your repo
5-
# you should have your own set of approvers (see OWNERS)
6-
# in the original template repo, we must maintain this list to approve changes
7-
# to the template itself
8-
github-admin-team:
9-
- cblecker
10-
- fejta
11-
- idvoretskyi
12-
- mrbobbytables
13-
- nikhita
14-
- spiffxp
4+
sig-cluster-lifecycle-leads:
5+
- neolit123
6+
- justinsb
7+
- timothysc
8+
- fabriziopandini
9+
cluster-api-admins:
10+
- justinsb
11+
- detiber
12+
- davidewatson
13+
- vincepri
14+
cluster-api-maintainers:
15+
- justinsb
16+
- detiber
17+
- ncdc
18+
- vincepri
19+
- CecileRobertMichon
20+
cluster-api-provider-nested-maintainers:
21+
- christopherhein
22+
- Fei-Guo
23+
- resouer
24+
- zhuangqh

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
# Kubernetes Template Project
1+
# Kubernetes Cluster API Provider Nested
22

3-
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:
4-
5-
- a `README.md` outlining the project goals, sponsoring sig, and community contact information
6-
- an `OWNERS` with the project leads listed as approvers ([docs on `OWNERS` files][owners])
7-
- a `CONTRIBUTING.md` outlining how to contribute to the project
8-
- an unmodified copy of `code-of-conduct.md` from this repo, which outlines community behavior and the consequences of breaking the code
9-
- a `LICENSE` which must be Apache 2.0 for code projects, or [Creative Commons 4.0] for documentation repositories, without any custom content
10-
- a `SECURITY_CONTACTS` with the contact points for the Product Security Team
11-
to reach out to for triaging and handling of incoming issues. They must agree to abide by the
12-
[Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy)
13-
and will be removed and replaced if they violate that agreement.
3+
Cluster API Provider for Nested Clusters
144

155
## Community, discussion, contribution, and support
166

177
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
188

199
You can reach the maintainers of this project at:
2010

21-
- [Slack](http://slack.k8s.io/)
22-
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev)
11+
- [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
12+
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
2313

2414
### Code of conduct
2515

2616
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
27-
28-
[owners]: https://git.k8s.io/community/contributors/guide/owners.md
29-
[Creative Commons 4.0]: https://git.k8s.io/website/LICENSE

SECURITY_CONTACTS

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
1111
# INSTRUCTIONS AT https://kubernetes.io/security/
1212

13-
bob
14-
alice
13+
christopherhein
14+
Fei-Guo
15+
detiber
16+
justinsb
17+
luxas
18+
timothysc

0 commit comments

Comments
 (0)