Skip to content

Commit 694df6d

Browse files
Merge pull request #362 from oauth2-proxy/doc/cncf-onboarding
2 parents f453641 + aad6e4c commit 694df6d

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
## Description
3+
4+
<!--- Describe your changes in detail -->
5+
6+
## Checklist:
7+
8+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
9+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
10+
11+
- [ ] I have bumped the version in the Chart.yaml according to [Semantic Versioning](https://semver.org).
12+
- [ ] I have updated the documentation/CHANGELOG at the bottom of the Chart.yaml
13+
- [ ] I have [signed off](https://github.com/apps/dco) all my commits.
14+
- [ ] (Optional) I have updated the Chart.lock for dependency updates
15+
- [ ] (Optional) I have implemented helm tests for new feature flags

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,23 @@ Note:
3939
We utilize cosign to sign and verify artifacts with the KEYLESS mode. To learn
4040
more about how keyless signing is done, visit the official documentation about
4141
[Keyless Signatures](https://docs.sigstore.dev/cosign/signing/overview/#the-signing-witnessing-and-verifying-process).
42+
43+
44+
## Code of Conduct
45+
Participation in the OAuth2-Proxy project is governed by the [CNCF Code of Conduct](https://github.com/oauth2-proxy/oauth2-proxy/tree/master/CODE_OF_CONDUCT.md).
46+
47+
## License
48+
49+
OAuth2-Proxy is distributed under [The MIT License](https://github.com/oauth2-proxy/oauth2-proxy/tree/master/LICENSE).
50+
51+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Foauth2-proxy%2Foauth2-proxy.svg?type=large&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Foauth2-proxy%2Foauth2-proxy?ref=badge_large&issueType=license)
52+
53+
The OAuth2-Proxy helm chart is distributed under [Apache License 2.0](https://github.com/oauth2-proxy/manifests/tree/main/LICENSE).
54+
55+
## Trademarks
56+
57+
OAuth2-Proxy is a [Cloud Native Computing Foundation](https://cncf.io) Sandbox project.
58+
59+
![CNCF](https://www.cncf.io/wp-content/uploads/2023/04/cncf-main-site-logo.svg)
60+
61+
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/legal/trademark-usage).

0 commit comments

Comments
 (0)