From 52d8007b127192c7b04b5e20d847ce87e4655096 Mon Sep 17 00:00:00 2001 From: curquiza Date: Sun, 20 Jul 2025 22:10:17 +0200 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 000000000..2e6ee0fff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Related issue + +Fixes #... + +## Requirements + +⚠️ 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 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.