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
There is two kind of tests, documentation tests and unit tests.
56
+
There are two kinds of tests, documentation tests and unit tests.
57
57
If you need to write or read the unit tests you should consider reading this
58
58
[readme](meilisearch-test-macro/README.md) about our custom testing macro.
59
59
@@ -91,13 +91,13 @@ rustup update
91
91
92
92
Each PR should pass the format test to be accepted.
93
93
94
-
Run the following to fix the formating errors:
94
+
Run the following to fix the formatting errors:
95
95
96
96
```
97
97
cargo fmt
98
98
```
99
99
100
-
and the following to test if the formating is correct:
100
+
and the following to test if the formatting is correct:
101
101
```
102
102
cargo fmt --all -- --check
103
103
```
@@ -139,7 +139,7 @@ We do not enforce any branch naming style, but please use something descriptive
139
139
140
140
As minimal requirements, your commit message should:
141
141
- be capitalized
142
-
- not finish by a dot or any other punctuation character (!,?)
142
+
- not finished by a dot or any other punctuation character (!,?)
143
143
- start with a verb so that we can read your commit message this way: "This commit will ...", where "..." is the commit message.
144
144
e.g.: "Fix the home page button" or "Add more tests for create_index method"
145
145
@@ -171,7 +171,7 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
171
171
172
172
### How to Publish the Release <!-- omit in toc -->
173
173
174
-
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md).
174
+
⚠️ Before doing anything, make sure you get through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md).
175
175
176
176
Make a PR modifying the file [`Cargo.toml`](/Cargo.toml):
177
177
@@ -212,4 +212,4 @@ GitHub Actions will be triggered and push the package to [crates.io](https://cra
212
212
213
213
<hr>
214
214
215
-
Thank you again for reading this through. We can not wait to begin to work with you if you make your way through this contributing guide ❤️
215
+
Thank you again for reading this through. We cannot wait to begin to work with you if you make your way through this contributing guide ❤️
{"We wrote a blog post about "}<a href="https://blog.meilisearch.com/meili-finds-rust-crates/">{"how we made this search engine available for you"}</a>{"."}<br/>
148
148
{"What you are currently using is not the original front end, but a clone using "}<a href="https://github.com/meilisearch/meilisearch-rust">{"the Meilisearch Rust SDK"}</a>{" and "}<a href="https://yew.rs">{"Yew"}</a>{". The code is available "}<a href="https://github.com/meilisearch/meilisearch-rust/tree/main/examples/web_app">{"here"}</a>{"."}<br/>
149
149
{"The whole design was taken from "}<a href="https://lib.rs">{"lib.rs"}</a>{" because we love it."}<br/>
150
-
<br/>{"We pull new crates and crates updates every "}<em>{"10 minutes"}</em>{" from "}<a href="https://docs.rs/releases">{"docs.rs"}</a>{" and all the downloads counts "}<em>{"every day at 3:30 PM UTC"}</em>{" from "}<a href="https://crates.io/data-access">{"crates.io"}</a>{". Currently we have something like "}<em>{" 31 729 crates"}</em>{"."}<br/>
150
+
<br/>{"We pull new crates and crates update every "}<em>{"10 minutes"}</em>{" from "}<a href="https://docs.rs/releases">{"docs.rs"}</a>{" and all the downloads count "}<em>{"every day at 3:30 PM UTC"}</em>{" from "}<a href="https://crates.io/data-access">{"crates.io"}</a>{". Currently we have something like "}<em>{" 31 729 crates"}</em>{"."}<br/>
151
151
<br/>{"Have fun using it "}<img draggable="false" class="emoji" alt="⌨️" src="moz-extension://57a82bfe-3134-4c34-bdb1-bc4ada430e6c/data/components/twemoji/svg/2328.svg"/>{" "}<img draggable="false" class="emoji" alt="💨" src="moz-extension://57a82bfe-3134-4c34-bdb1-bc4ada430e6c/data/components/twemoji/svg/1f4a8.svg"/><br/>
0 commit comments