Skip to content

Commit 89d3f4a

Browse files
bors[bot]meili-botcurquiza
authored
Merge #340
340: Add Hacktoberfest section to CONTRIBUTING.md and README.md r=curquiza a=meili-bot _This PR is auto-generated._ Add Hacktoberfest section to CONTRIBUTING.md and README.md Co-authored-by: meili-bot <[email protected]> Co-authored-by: Clรฉmentine Urquizar <[email protected]>
2 parents 9e689d5 + e79edd4 commit 89d3f4a

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

โ€ŽCONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
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.
44

5+
- [Hacktoberfest 2022](#hacktoberfest-2022)
56
- [Assumptions](#assumptions)
67
- [How to Contribute](#how-to-contribute)
78
- [Development Workflow](#development-workflow)
89
- [Git Guidelines](#git-guidelines)
910
- [Release Process (for internal team only)](#release-process-for-internal-team-only)
1011

1112

13+
## Hacktoberfest 2022
14+
15+
It's [Hacktoberfest month](https://hacktoberfest.com)! ๐Ÿฅณ
16+
17+
Thanks so much for participating with Meilisearch this year!
18+
19+
1. We will follow the quality standards set by the organizers of Hacktoberfest (see detail on their [website](https://hacktoberfest.digitalocean.com/resources/qualitystandards)). Our reviewers will not consider any PR that doesnโ€™t match that standard.
20+
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.
21+
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!
22+
23+
You can check out the longer, more complete guideline documentation [here](https://github.com/meilisearch/.github/blob/main/Hacktoberfest_2022_contributors_guidelines.md).
24+
1225
## Assumptions
1326

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

โ€ŽREADME.md

+9
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,22 @@
3333

3434
## Table of Contents <!-- omit in TOC -->
3535

36+
- [๐ŸŽƒ Hacktoberfest](#-hacktoberfest)
3637
- [๐Ÿ“– Documentation](#-documentation)
3738
- [๐Ÿ”ง Installation](#-installation)
3839
- [๐Ÿš€ Getting Started](#-getting-started)
3940
- [๐ŸŒ Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
4041
- [๐Ÿค– Compatibility with Meilisearch](#-compatibility-with-meilisearch)
4142
- [โš™๏ธ Development Workflow and Contributing](#๏ธ-development-workflow-and-contributing)
4243

44+
## ๐ŸŽƒ Hacktoberfest
45+
46+
Itโ€™s Hacktoberfest 2022 @Meilisearch
47+
48+
[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.
49+
50+
Youโ€™d like to contribute? Donโ€™t hesitate to check out our [contributing guidelines](./CONTRIBUTING.md).
51+
4352
## ๐Ÿ“– Documentation
4453

4554
See our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/).

โ€ŽREADME.tpl

+9
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,22 @@
3333

3434
## Table of Contents <!-- omit in TOC -->
3535

36+
- [๐ŸŽƒ Hacktoberfest](#-hacktoberfest)
3637
- [๐Ÿ“– Documentation](#-documentation)
3738
- [๐Ÿ”ง Installation](#-installation)
3839
- [๐Ÿš€ Getting Started](#-getting-started)
3940
- [๐ŸŒ Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
4041
- [๐Ÿค– Compatibility with Meilisearch](#-compatibility-with-meilisearch)
4142
- [โš™๏ธ Development Workflow and Contributing](#๏ธ-development-workflow-and-contributing)
4243

44+
## ๐ŸŽƒ Hacktoberfest
45+
46+
Itโ€™s Hacktoberfest 2022 @Meilisearch
47+
48+
[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.
49+
50+
Youโ€™d like to contribute? Donโ€™t hesitate to check out our [contributing guidelines](./CONTRIBUTING.md).
51+
4352
## ๐Ÿ“– Documentation
4453

4554
See our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/).

0 commit comments

Comments
ย (0)