From af6387d77657ba0cfc32b51f1ac0df826869738c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Magnus=20Sl=C3=A5tto?= Date: Sun, 22 Oct 2023 22:25:43 +0200 Subject: [PATCH] docs: Add contribution info (#4882) --- .github/pull-request-template.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 8245555f898f..82c72c32b446 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -7,6 +7,8 @@ docs: <-- Documentation changes that do not impact code test: <-- Test changes that do not impact behavior ci: <-- Changes that affect test or rollout automation !${type}: <-- Include ! if your change includes a backwards incompatible change. + +Please review the Karpenter contribution docs at https://karpenter.sh/docs/contributing/ before submitting your pull request. --> Fixes #N/A diff --git a/README.md b/README.md index 543ea6c48aca..3d394c8a789f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Karpenter improves the efficiency and cost of running workloads on Kubernetes cl * **Provisioning** nodes that meet the requirements of the pods * **Removing** the nodes when the nodes are no longer needed -Come discuss Karpenter in the [#karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K) channel, in the [Kubernetes slack](https://slack.k8s.io/) or join the [Karpenter working group](https://karpenter.sh/docs/contributing/working-group/) bi-weekly calls. +Come discuss Karpenter in the [#karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K) channel, in the [Kubernetes slack](https://slack.k8s.io/) or join the [Karpenter working group](https://karpenter.sh/docs/contributing/working-group/) bi-weekly calls. If you want to contribute to the Karpenter project, please refer to the Karpenter docs. Check out the [Docs](https://karpenter.sh/docs/) to learn more.