From 18b8502744e0634aec6ee0025aa515473b93fe11 Mon Sep 17 00:00:00 2001 From: Gavin Inglis Date: Fri, 23 May 2025 21:45:59 +0000 Subject: [PATCH] chore: extend pr template with note on karpenter k8s settings Signed-off-by: Gavin Inglis --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0ced4809 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +*Issue #, if available:* + +*Description of changes:* + +*Does this change affect `settings.kubernetes`?* +- [ ] Yes, and I opened a PR to github.com/aws/karpenter-provider-aws to add the setting to Karpenter: +- [x] No + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.