From 2c9baa9f1f487bf6b3a7849b1a25231142180564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Magnus=20Sl=C3=A5tto?= Date: Sat, 21 Oct 2023 23:20:51 +0200 Subject: [PATCH 1/2] docs: Add contribution info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 41c78d75cc36388ebeacd1822586764504383254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Magnus=20Sl=C3=A5tto?= Date: Sat, 21 Oct 2023 23:37:01 +0200 Subject: [PATCH 2/2] docs: Link to contribution guidelines in PR template --- .github/pull-request-template.md | 2 ++ 1 file changed, 2 insertions(+) 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