Skip to content

Commit 4de0306

Browse files
committed
add Kubernetes project template files
Signed-off-by: everettraven <everettraven@gmail.com>
1 parent 131f078 commit 4de0306

File tree

6 files changed

+84
-0
lines changed

6 files changed

+84
-0
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing Guidelines
2+
3+
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://git.k8s.io/community)! The Kubernetes community abides by the CNCF [code of conduct](code-of-conduct.md). Here is an excerpt:
4+
5+
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._
6+
7+
## Getting Started
8+
9+
We have full documentation on how to get started contributing here:
10+
11+
<!---
12+
If your repo has certain guidelines for contribution, put them here ahead of the general k8s resources
13+
-->
14+
15+
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) - Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
16+
- [Kubernetes Contributor Guide](https://k8s.dev/guide) - Main contributor documentation, or you can just jump directly to the [contributing page](https://k8s.dev/docs/guide/contributing/)
17+
- [Contributor Cheat Sheet](https://k8s.dev/cheatsheet) - Common resources for existing developers
18+
19+
## Mentorship
20+
21+
- [Mentoring Initiatives](https://k8s.dev/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
22+
23+
<!---
24+
Custom Information - if you're copying this template for the first time you can add custom content here, for example:
25+
26+
## Contact Information
27+
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+
-->

OWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
approvers:
2+
- everettraven
3+
- JoelSpeed
4+
- jpbetz
5+
6+
reviewers:
7+
- everettraven
8+
- JoelSpeed
9+
- jpbetz

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release Process
2+
3+
The `crd-diff` 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

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Security Announcements
4+
5+
Join the [kubernetes-security-announce] group for security and vulnerability announcements.
6+
7+
## Reporting a Vulnerability
8+
9+
Instructions for reporting a vulnerability can be found on the
10+
[Kubernetes Security and Disclosure Information] page.
11+
12+
## Supported Versions
13+
14+
Information about supported Kubernetes versions can be found on the
15+
[Kubernetes version and version skew support policy] page on the Kubernetes website.
16+
17+
[kubernetes-security-announce]: https://groups.google.com/forum/#!forum/kubernetes-security-announce
18+
[Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions
19+
[Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability

SECURITY_CONTACTS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Defined below are the security contacts for this repo.
2+
#
3+
# They are the contact point for the Security Response Committee to reach out
4+
# to for triaging and handling of incoming issues.
5+
#
6+
# The below names agree to abide by the
7+
# [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy)
8+
# and will be removed and replaced if they violate that agreement.
9+
#
10+
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
11+
# INSTRUCTIONS AT https://kubernetes.io/security/
12+
13+
everettraven
14+
JoelSpeed
15+
jpbetz

code-of-conduct.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Kubernetes Community Code of Conduct
2+
3+
Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md)

0 commit comments

Comments
 (0)