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
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,13 @@
1
-
# Contributing
1
+
# Contributing<!-- omit in toc -->
2
2
3
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.
Each PR should pass [`clippy`](https://github.com/rust-lang/rust-clippy) (the linter) to be accepted.
52
56
@@ -67,7 +71,7 @@ rustup component add clippy
67
71
rustup update
68
72
```
69
73
70
-
### Update the README
74
+
### Update the README<!-- omit in toc -->
71
75
72
76
The README is generated. Please do not update manually the `README.md` file.
73
77
@@ -91,12 +95,12 @@ If it's not, the CI will fail on your PR.
91
95
92
96
## Git Guidelines
93
97
94
-
### Git Branches
98
+
### Git Branches<!-- omit in toc -->
95
99
96
100
All changes must be made in a branch and submitted as PR.
97
101
We do not enforce any branch naming style, but please use something descriptive of your changes.
98
102
99
-
### Git Commits
103
+
### Git Commits<!-- omit in toc -->
100
104
101
105
As minimal requirements, your commit message should:
102
106
- be capitalized
@@ -106,7 +110,7 @@ As minimal requirements, your commit message should:
106
110
107
111
We don't follow any other convention, but if you want to use one, we recommend [this one](https://chris.beams.io/posts/git-commit/).
108
112
109
-
### GitHub Pull Requests
113
+
### GitHub Pull Requests<!-- omit in toc -->
110
114
111
115
Some notes on GitHub PRs:
112
116
@@ -120,17 +124,17 @@ Some notes on GitHub PRs:
120
124
121
125
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
122
126
123
-
### Automation to Rebase and Merge the PRs
127
+
### Automation to Rebase and Merge the PRs<!-- omit in toc -->
124
128
125
129
This project integrates a bot that helps us manage pull requests merging.<br>
126
130
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md)._
127
131
128
-
### Automated Changelogs
132
+
### Automated Changelogs<!-- omit in toc -->
129
133
130
134
This project integrates a tool to create automated changelogs.<br>
131
135
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
132
136
133
-
### How to Publish the Release
137
+
### How to Publish the Release<!-- omit in toc -->
134
138
135
139
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/guides/integration-release.md).
0 commit comments