Commit d23a16cb by Aaron Crickenberger

Port over information from kubernetes/org

parent b41cac35
# 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
- saad-ali
- msau42
- pohly
reviewers:
- saad-ali
- msau42
- pohly
# See the OWNERS_ALIASES docs: https://git.k8s.io/community/contributors/guide/owners.md#owners_aliases
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:
- bgrant0607
- brendandburns
- derekwaynecarr
- dims
- jbeda
- michelleN
- philips
- pwittrock
- sarahnovotny
- smarterclayton
- spiffxp
- timothysc
# Release Process
The Kubernetes Template Project is released on an as-needed basis. The process is as follows:
1. An issue is proposing a new release with a changelog since the last release
1. All [OWNERS](OWNERS) must LGTM this release
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1. The release issue is closed
1. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released`
TODO: describe the release process for this project
......@@ -10,5 +10,5 @@
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
# INSTRUCTIONS AT https://kubernetes.io/security/
bob
alice
saad-ali
msau42
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment