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.