Skip to content

Commit 92fd9cf

Browse files
committed
Update template files to include repo-specific information
1 parent dce666b commit 92fd9cf

File tree

5 files changed

+9
-42
lines changed

5 files changed

+9
-42
lines changed

CONTRIBUTING.md

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

2121
- [Mentoring Initiatives](https://k8s.dev/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-
-->
25+
- [Slack channel](https://kubernetes.slack.com/messages/sig-cloud-provider)
26+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider)

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-
# github-admin-team with a list of project owners, see the doc linked above.
6-
- github-admin-team
4+
- nckturner
5+
- jacobwolfaws

OWNERS_ALIASES

-14
This file was deleted.

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
# Kubernetes Template Project
2-
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.
1+
# aws-fsx-openzfs-csi-driver
142

3+
Amazon FSx for OpenZFS Cloud Container Storage Interface(CSI) Driver
154
## Community, discussion, contribution, and support
165

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

198
You can reach the maintainers of this project at:
209

21-
- [Slack](https://slack.k8s.io/)
22-
- [Mailing List](https://groups.google.com/a/kubernetes.io/g/dev)
10+
- [Slack channel](https://kubernetes.slack.com/messages/sig-cloud-provider)
11+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider)
2312

2413
### Code of conduct
2514

2615
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

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

13-
github-usernames-go-here
13+
nckturner

0 commit comments

Comments
 (0)