From ea88ad4632b0657ab46dfb3a3966db4eed82ad17 Mon Sep 17 00:00:00 2001 From: Craig Furman Date: Thu, 13 Jun 2024 15:54:13 +0100 Subject: [PATCH] chore: encourage developers to keep the appliance up-to-date Part of https://linear.app/sourcegraph/issue/REL-122/run-compare-helm-against-all-services-and-squash-any-problematic, but does not close it. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e89b6d1e..9bf51651 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,9 @@ - [ ] Follow the [manual testing process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md) - [ ] Update [changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md) - [ ] Update [Kubernetes update doc](https://docs.sourcegraph.com/admin/updates/kubernetes) +- [ ] Ensure that any resource configuration changes are reflected in the + Appliance. Make changes to the relevant service in + https://github.com/sourcegraph/sourcegraph/tree/main/internal/appliance/reconciler. ### Test plan