From bb43bf122ea09f1abdd3b9a20120c8906dd2406b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine?= Date: Thu, 31 Jul 2025 12:55:19 +0200 Subject: [PATCH] Update .github/pull_request_template.md Co-authored-by: Louis Dureuil --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2e6ee0fff..3665d3303 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,10 @@ Fixes #... ⚠️ Ensure the following requirements before merging ⚠️ - [] Automated tests have been added. - [] If some tests cannot be automated, manual rigorous tests should be applied. -- [] ⚠️ If there is an change in the DB: it's mandatory to manually test the `--experimental-dumpless-upgrade` on a DB of the previous Meilisearch minor version (e.g. v1.13 for the v1.14 release). +- [] ⚠️ If there is any change in the DB: + - [ ] Test that any impacted DB still works as expected after using `--experimental-dumpless-upgrade` on a DB created with the last released Meilisearch + - [ ] Test that during the upgrade, **search is still available** (artificially make the upgrade longer if needed) + - [ ] Set the `db change` label. - [] If necessary, the feature have been tested in the Cloud production environment (with [prototypes](./documentation/prototypes.md)) and the Cloud UI is ready. - [] If necessary, the [documentation](https://github.com/meilisearch/documentation) related to the implemented feature in the PR is ready. - [] If necessary, the [integrations](https://github.com/meilisearch/integration-guides) related to the implemented feature in the PR are ready.