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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,23 @@
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)
5
6
-[Assumptions](#assumptions)
6
7
-[How to Contribute](#how-to-contribute)
7
8
-[Development Workflow](#development-workflow)
8
9
-[Git Guidelines](#git-guidelines)
9
10
-[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
+
11
22
## Assumptions
12
23
13
24
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.**
@@ -19,7 +30,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
19
30
1. Make sure that the contribution you want to make is explained or detailed in a GitHub issue! Find an [existing issue](https://github.com/meilisearch/meilisearch-kubernetes/issues/) or [open a new one](https://github.com/meilisearch/meilisearch-kubernetes/issues/new).
20
31
2. Once done, [fork the meilisearch-kubernetes repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) in your own GitHub account. Ask a maintainer if you want your issue to be checked before making a PR.
21
32
3.[Create a new Git branch](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository).
22
-
4. Review the [Development Workflow](#workflow) section that describes the steps to maintain the repository.
33
+
4. Review the [Development Workflow](#development-workflow) section that describes the steps to maintain the repository.
23
34
5. Make the changes on your branch.
24
35
6.[Submit the branch as a PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) pointing to the `main` branch of the main meilisearch-kubernetes repository. A maintainer should comment and/or review your Pull Request within a few days. Although depending on the circumstances, it may take longer.<br>
25
36
We do not enforce a naming convention for the PRs, but **please use something descriptive of your changes**, having in mind that the title of your PR will be automatically added to the next [release changelog](https://github.com/meilisearch/meilisearch-kubernetes/releases/).
0 commit comments