From 5fbaef6b334e9ae539d83633323c9746a35066c2 Mon Sep 17 00:00:00 2001 From: Xander Grzywinski Date: Mon, 29 Jan 2024 15:55:59 -0800 Subject: [PATCH] docs: add docs on how to contribute templates (#3242) Signed-off-by: Xander Grzywinski --- website/docs/help.md | 6 +++++- website/versioned_docs/version-v3.14.x/help.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/website/docs/help.md b/website/docs/help.md index 11d42fc98f4..a3718a4e268 100644 --- a/website/docs/help.md +++ b/website/docs/help.md @@ -112,4 +112,8 @@ If you want to contribute to Helm chart, Gatekeeper auto-generates versioned Hel ## Contributing to Code -If you want to contribute code, check out the [Developers](developers.md) guide to get started. \ No newline at end of file +If you want to contribute code, check out the [Developers](developers.md) guide to get started. + +## Contributing Templates + +If you'd like to contribute a Constraint Template to the [Gatekeeper Policy Library](https://open-policy-agent.github.io/gatekeeper-library/website/), you can find documentation on how to do that [here in the library's README](https://github.com/open-policy-agent/gatekeeper-library?tab=readme-ov-file#how-to-contribute-to-the-library). \ No newline at end of file diff --git a/website/versioned_docs/version-v3.14.x/help.md b/website/versioned_docs/version-v3.14.x/help.md index 11d42fc98f4..a3718a4e268 100644 --- a/website/versioned_docs/version-v3.14.x/help.md +++ b/website/versioned_docs/version-v3.14.x/help.md @@ -112,4 +112,8 @@ If you want to contribute to Helm chart, Gatekeeper auto-generates versioned Hel ## Contributing to Code -If you want to contribute code, check out the [Developers](developers.md) guide to get started. \ No newline at end of file +If you want to contribute code, check out the [Developers](developers.md) guide to get started. + +## Contributing Templates + +If you'd like to contribute a Constraint Template to the [Gatekeeper Policy Library](https://open-policy-agent.github.io/gatekeeper-library/website/), you can find documentation on how to do that [here in the library's README](https://github.com/open-policy-agent/gatekeeper-library?tab=readme-ov-file#how-to-contribute-to-the-library). \ No newline at end of file