From e6e69cb470f812d8a172d26145a006489c343cbb Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 25 Oct 2022 11:27:50 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 .gitlab/merge_request_templates/DEFAULT.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitlab/merge_request_templates/DEFAULT.md b/.gitlab/merge_request_templates/DEFAULT.md
index 6ec120f1..e5b26bbe 100644
--- a/.gitlab/merge_request_templates/DEFAULT.md
+++ b/.gitlab/merge_request_templates/DEFAULT.md
@@ -3,5 +3,9 @@ that you:
 
 - [ ] Updated chart version number in `Chart.yaml`
 - [ ] Updated the `CHANGELOG.md`
-- [ ] (If applicable) Created an MR in stackspin/stackspin that applies the changes from this MR
-- [ ] (If applicable) Tests in that MR in stackspin/stackspin succeed
+### Test in stackspin/stackspin (if applicable)
+
+If you made very big changes to the chart, you'll want to test whether the chart still works before releasing the new version. To do so, create an MR in the stackspin/stackspin repository, change `flux2/core/base/sources/nextcloud-helmrepository.yaml` to track the `unstable` helm repository, instead of `stable`, and change `flux2/apps/nextcloud/release.yaml` to this MRs chart version.
+
+- [ ] Created an MR in stackspin/stackspin that applies the changes from this MR
+- [ ] Tests in that MR in stackspin/stackspin succeed
-- 
GitLab