Skip to content

Commit 84bf0fb

Browse files
committed
Update template files to include repo-specific info
1 parent 5cfb033 commit 84bf0fb

6 files changed

+9
-58
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 channel](https://kubernetes.slack.com/messages/kubernetes-client)
26+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)

OWNERS

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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-
# steering-committee with a list of project owners, see the doc linked above.
6-
- steering-committee
4+
- mbohlool
5+
- yue9944882

OWNERS_ALIASES

-20
This file was deleted.

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
# Kubernetes Template Project
1+
# Kubernetes Perl Client
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+
Perl client for the [Kubernetes](http://kubernetes.io/) API.
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 channel](https://kubernetes.slack.com/messages/kubernetes-client)
12+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)
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

RELEASE.md

-9
This file was deleted.

SECURITY_CONTACTS

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
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+
yue9944882

0 commit comments

Comments
 (0)