From 0105730a027eedaa5c3a7a86811e0d0369e31ad6 Mon Sep 17 00:00:00 2001 From: Mostafa Shorim Date: Thu, 26 Sep 2024 15:55:23 +0200 Subject: [PATCH] update PR template --- .github/pull-request-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index a652cca00..337f28bcf 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -12,6 +12,7 @@ Changes refer to particular issues, PRs or documents: - [ ] The PR is linked to a GitHub issue. - [ ] The follow-up issues (if any) are linked in the `Related Issues` section. - [ ] If the change is user-facing, the documentation has been adjusted. +- [ ] If a CRD is changed, the corresponding Busola ConfigMap has been adjusted. - [ ] The feature is unit-tested. - [ ] The feature is e2e-tested.