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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing <!-- omit in TOC -->
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.
4
4
5
5
-[Assumptions](#assumptions)
6
6
-[How to Contribute](#how-to-contribute)
@@ -11,8 +11,8 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
11
11
## Assumptions
12
12
13
13
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.**
14
-
2.**You've read the MeiliSearch[documentation](https://docs.meilisearch.com) and the [README](/README.md).**
15
-
3.**You know about the [MeiliSearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
14
+
2.**You've read the Meilisearch[documentation](https://docs.meilisearch.com) and the [README](/README.md).**
15
+
3.**You know about the [Meilisearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
16
16
17
17
## How to Contribute
18
18
@@ -64,10 +64,10 @@ yarn format:scss
64
64
65
65
## Playground
66
66
67
-
We provide a playground in this repository that hot-reloads on change. The playground points to a remote MeiliSearch server that contains the scraped [documentation of MeiliSearch](https://docs.meilisearch.com/).
67
+
We provide a playground in this repository that hot-reloads on change. The playground points to a remote Meilisearch server that contains the scraped [documentation of Meilisearch](https://docs.meilisearch.com/).
68
68
You can play arround with the options and or just try out the search.
69
69
70
-
For example, type `create an indxe` to experience MeiliSearch[typo tolerance](https://docs.meilisearch.com/reference/under_the_hood/typotolerance.html).
70
+
For example, type `create an indxe` to experience Meilisearch[typo tolerance](https://docs.meilisearch.com/reference/under_the_hood/typotolerance.html).
71
71
72
72
To launch and open the playground:
73
73
@@ -116,7 +116,7 @@ Some notes on GitHub PRs:
116
116
117
117
## Release Process (for internal team only)
118
118
119
-
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
119
+
Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/).
120
120
121
121
### Automation to Rebase and Merge the PRs <!-- omit in TOC -->
0 commit comments