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-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,12 @@
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.
4
4
5
-
-[Hacktoberfest](#hacktoberfest)
6
5
-[Assumptions](#assumptions)
7
6
-[How to Contribute](#how-to-contribute)
8
7
-[Development Workflow](#development-workflow)
9
8
-[Git Guidelines](#git-guidelines)
10
9
-[Release Process (for internal team only)](#release-process-for-internal-team-only)
🚀 If your PR gets accepted it will count into your participation to Hacktoberfest!
17
-
18
-
✅ To be accepted it has either to have been merged, approved or tagged with the `hacktoberfest-accepted` label.
19
-
20
-
🧐 Don't forget to check the [quality standards](https://hacktoberfest.digitalocean.com/resources/qualitystandards)! Low-quality PRs might get marked as `spam` or `invalid`, and will not count toward your participation in Hacktoberfest.
21
-
22
11
## Assumptions
23
12
24
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.**
@@ -122,7 +111,7 @@ Some notes on GitHub PRs:
122
111
123
112
-[Convert your PR as a draft](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request) if your changes are a work in progress: no one will review it until you pass your PR as ready for review.<br>
124
113
The draft PR can be very useful if you want to show that you are working on something and make your work visible.
125
-
- The branch related to the PR must be **up-to-date with `main`** before merging. Fortunately, this project [integrates a bot](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md) to automatically enforce this requirement without the PR author having to do it manually.
114
+
- The branch related to the PR must be **up-to-date with `main`** before merging. Fortunately, this project [integrates a bot](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md) to automatically enforce this requirement without the PR author having to do it manually.
126
115
- All PRs must be reviewed and approved by at least one maintainer.
127
116
- The PR title should be accurate and descriptive of the changes. The title of the PR will be indeed automatically added to the next [release changelogs](https://github.com/meilisearch/docs-scraper/releases/).
### Automation to Rebase and Merge the PRs <!-- omit in TOC -->
134
123
135
124
This project integrates a bot that helps us manage pull requests merging.<br>
136
-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md)._
125
+
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md)._
137
126
138
127
### Automated Changelogs <!-- omit in TOC -->
139
128
140
129
This project integrates a tool to create automated changelogs.<br>
141
-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
130
+
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/release-drafter.md)._
142
131
143
132
### How to Publish the Release <!-- omit in TOC -->
144
133
145
-
⚠️ 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).
134
+
⚠️ 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).
146
135
147
-
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/docs-scraper/releases).
136
+
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/docs-scraper/releases): on this page, click on `Edit` (related to the draft release) > update the description (be sure you apply [these recommandations](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md#writting-the-release-description)) > when you are ready, click on `Publish release`.
148
137
149
138
GitHub Actions will be triggered and push the `latest` and `vX.X.X` version of the Docker image to [DockerHub](https://hub.docker.com/repository/docker/getmeili/docs-scraper).
0 commit comments