Update CONTRIBUTING.md

Co-authored-by: Many the fish <many@meilisearch.com>
This commit is contained in:
Clémentine Urquizar - curqui 2023-01-30 15:56:30 +01:00 committed by GitHub
parent 982dd76042
commit 2ba4629938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.