Skip to content

Commit 45589bf

Browse files
authored
Merge branch 'main' into bump-meilisearch-v0.30.0
2 parents 2b1ddde + 04fa5b4 commit 45589bf

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: "monthly"
77
labels:
8-
- 'skip changelog'
8+
- 'skip-changelog'
99
- 'dependencies'
1010
rebase-strategy: disabled
1111

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
44

55
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
66

7-
- [Hacktoberfest](#hacktoberfest-2022)
87
- [Assumptions](#assumptions)
98
- [How to Contribute](#how-to-contribute)
109
- [Development Workflow](#development-workflow)
@@ -13,18 +12,6 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
1312

1413
<!-- /MarkdownTOC -->
1514

16-
## Hacktoberfest 2022
17-
18-
It's [Hacktoberfest month](https://hacktoberfest.com)! 🥳
19-
20-
Thanks so much for participating with Meilisearch this year!
21-
22-
1. We will follow the quality standards set by the organizers of Hacktoberfest (see detail on their [website](https://hacktoberfest.com/participation/#spam)). Our reviewers will not consider any PR that doesn’t match that standard.
23-
2. PRs reviews will take place from Monday to Thursday, during usual working hours, CEST time. If you submit outside of these hours, there’s no need to panic; we will get around to your contribution.
24-
3. There will be no issue assignment as we don’t want people to ask to be assigned specific issues and never return, discouraging the volunteer contributors from opening a PR to fix this issue. We take the liberty to choose the PR that best fixes the issue, so we encourage you to get to it as soon as possible and do your best!
25-
26-
You can check out the longer, more complete guideline documentation [here](https://github.com/meilisearch/.github/blob/main/Hacktoberfest_2022_contributors_guidelines.md).
27-
2815
## Assumptions
2916

3017
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.**

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ group :development, :test do
1717
end
1818

1919
group :development do
20-
gem 'rubocop', '~> 1.38.0', require: false
20+
gem 'rubocop', '~> 1.39.0', require: false
2121
end

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,13 @@
2828

2929
## Table of Contents <!-- omit in toc -->
3030

31-
- [🎃 Hacktoberfest](#-hacktoberfest)
3231
- [📖 Documentation](#-documentation)
3332
- [🔧 Installation](#-installation)
3433
- [🚀 Getting started](#-getting-started)
3534
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
3635
- [💡 Learn more](#-learn-more)
3736
- [⚙️ Contributing](#️-contributing)
3837

39-
## 🎃 Hacktoberfest
40-
41-
It’s Hacktoberfest 2022 @Meilisearch
42-
43-
[Hacktoberfest](https://hacktoberfest.com/) is a celebration of the open-source community. This year, and for the third time in a row, Meilisearch is participating in this fantastic event.
44-
45-
You’d like to contribute? Don’t hesitate to check out our [contributing guidelines](./CONTRIBUTING.md).
46-
4738
## 📖 Documentation
4839

4940
This readme contains all the documentation you need to start using this Meilisearch SDK.

0 commit comments

Comments
 (0)