Skip to content

Commit d23a16c

Browse files
committed
Port over information from kubernetes/org
1 parent b41cac3 commit d23a16c

File tree

4 files changed

+11
-32
lines changed

4 files changed

+11
-32
lines changed

OWNERS

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
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+
- saad-ali
5+
- msau42
6+
- pohly
7+
8+
reviewers:
9+
- saad-ali
10+
- msau42
11+
- pohly

OWNERS_ALIASES

Lines changed: 0 additions & 20 deletions
This file was deleted.

RELEASE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
# Release Process
22

3-
The Kubernetes Template Project is released on an as-needed basis. The process is as follows:
4-
5-
1. An issue is proposing a new release with a changelog since the last release
6-
1. All [OWNERS](OWNERS) must LGTM this release
7-
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
8-
1. The release issue is closed
9-
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released`
3+
TODO: describe the release process for this project

SECURITY_CONTACTS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
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+
saad-ali
14+
msau42

0 commit comments

Comments
 (0)