You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
First of all, thank you for contributing to MeiliSearch! The goal of this document is to provide everything you need to know in order to contribute to MeiliSearch and its different integrations.
3
+
First of all, thank you for contributing to Meilisearch! The goal of this document is to provide everything you need to know in order to contribute to Meilisearch and its different integrations.
@@ -15,8 +15,8 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
15
15
## Assumptions
16
16
17
17
1.**You're familiar with [GitHub](https://github.com) and the [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) (PR) workflow.**
18
-
2.**You've read the MeiliSearch[documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19
-
3.**You know about the [MeiliSearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
18
+
2.**You've read the Meilisearch[documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19
+
3.**You know about the [Meilisearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
20
20
21
21
## How to Contribute
22
22
@@ -68,7 +68,7 @@ To start and build your Docker environment, just execute the next command in a t
68
68
docker-compose up -d
69
69
```
70
70
71
-
Be sure no other MeiliSearch instance is currently running on your machine.
71
+
Be sure no other Meilisearch instance is currently running on your machine.
72
72
73
73
#### Tests and Linter
74
74
@@ -112,7 +112,7 @@ Some notes on GitHub PRs:
112
112
113
113
## Release Process (for internal team only)
114
114
115
-
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
115
+
Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/).
<palign="center">⚡ The MeiliSearch bundle for Symfony</p>
23
+
<palign="center">⚡ The Meilisearch bundle for Symfony</p>
24
24
25
-
**MeiliSearch Symfony** is a search bundle to integrate **MeiliSearch** within your Symfony project.
25
+
**Meilisearch Symfony** is a search bundle to integrate **Meilisearch** within your Symfony project.
26
26
27
-
**MeiliSearch** is an open-source search engine. [Discover what MeiliSearch is!](https://github.com/meilisearch/MeiliSearch)
27
+
**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch)
28
28
29
29
## Table of Contents <!-- omit in toc -->
30
30
31
31
-[📖 Documentation](#-documentation)
32
32
-[📝 Requirements](#-requirements)
33
-
-[🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
33
+
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
34
34
-[💡 Learn More](#-learn-more)
35
35
-[⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
36
36
@@ -46,9 +46,9 @@ Also, see our [Documentation](https://docs.meilisearch.com/learn/tutorials/getti
46
46
***Compatible** with Symfony 4.0 and later.
47
47
***Support** Doctrine ORM and Doctrine MongoDB.
48
48
49
-
## 🤖 Compatibility with MeiliSearch
49
+
## 🤖 Compatibility with Meilisearch
50
50
51
-
This package only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0).
51
+
This package only guarantees the compatibility with the [version v0.24.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.24.0).
52
52
53
53
## 💡 Learn More
54
54
@@ -69,4 +69,4 @@ If you want to know more about the development workflow or want to contribute, p
69
69
70
70
<hr>
71
71
72
-
**MeiliSearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.
72
+
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.
0 commit comments