From 2ba4629938588fbc2d5e4fdb3d237773e33e8f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 30 Jan 2023 15:56:30 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Many the fish --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2467f3aa8..158629ffc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,7 +104,7 @@ The full Meilisearch release process is described in [this guide](https://github Depending on the developed feature, you might need to provide a prototyped version of Meilisearch to make it easier to test by the users. The prototype name must follow this convention: `prototype-X-Y` where -- `X` is the feature name +- `X` is the feature name formatted in `kebab-case` - `Y` is the version of the prototype, starting from `0`. Example: `prototype-auto-resize-0`.