From 18752d22a8f17ac2742cd89551aeb72e54405875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:20:28 +0000 Subject: [PATCH 01/15] chore(deps): update dependency mkdocs-material to v9.5.39 --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index e9eaf640..0bd93adc 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [packages] mkdocs = "==1.6.1" -mkdocs-material = "==9.5.38" +mkdocs-material = "==9.5.39" python-markdown-math = "==0.8" Pygments = "==2.18.0" prompt_toolkit = "==3.0.48" diff --git a/Pipfile.lock b/Pipfile.lock index c0d91ab0..f2c377b9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d59723680f1a2423398ea04f53342e051903cf8422020faaa4ed312fdd6753bf" + "sha256": "c04e5d0fb3ae2f8db11ac7aa6e426ef3239ecc6fc8957726911b5996366767eb" }, "pipfile-spec": 6, "requires": { @@ -392,12 +392,12 @@ }, "mkdocs-material": { "hashes": [ - "sha256:1843c5171ad6b489550aeaf7358e5b7128cc03ddcf0fb4d91d19aa1e691a63b8", - "sha256:d4779051d52ba9f1e7e344b34de95449c7c366c212b388e4a2db9a3db043c228" + "sha256:0f2f68c8db89523cb4a59705cd01b4acd62b2f71218ccb67e1e004e560410d2b", + "sha256:25faa06142afa38549d2b781d475a86fb61de93189f532b88e69bf11e5e5c3be" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==9.5.38" + "version": "==9.5.39" }, "mkdocs-material-extensions": { "hashes": [ @@ -553,11 +553,11 @@ }, "pymdown-extensions": { "hashes": [ - "sha256:513a9e9432b197cf0539356c8f1fc376e0d10b70ad150cadeb649a5628aacd45", - "sha256:65d82324ef2497931bc858c8320540c6264ab0d9a292707edb61f4fe0cd56633" + "sha256:2653fb658bca5f278029f8c67a67f0f08b7bd3c657e2630d261ad542e97c4192", + "sha256:e68080eac44634406b31f4aec58fbad17b0ec5fca6b086e29008616d54c3906b" ], "markers": "python_version >= '3.8'", - "version": "==10.10.2" + "version": "==10.11" }, "python-dateutil": { "hashes": [ From dd78032bd7a1cc2d7c3b8e5b0b08b12aaf25ea0f Mon Sep 17 00:00:00 2001 From: vimode <39148877+vimode@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:28:58 +0530 Subject: [PATCH 02/15] Add auth0, modtoberfest and cloudinary to the list (#895) * Add auth0 * Add modtoberfest * Add cloudinary --- docs/list.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/list.md b/docs/list.md index 659c977e..e0bba08b 100644 --- a/docs/list.md +++ b/docs/list.md @@ -41,6 +41,23 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: Join the hackathon with up to 4 people total [by going here](https://hacktoberfest.appwrite.io/). - **Notes**: Read the [Hacktoberfest 2024 hackathon blog post here](https://appwrite.io/blog/post/appwrite-hacktoberfest-hackathon-2024). +#### **Auth0 by Okta** + +- **Swag**: T-shirt +- **Requirements**: Submit two pull requests in the Identity and Security space shortlisted on the authoberfest projects page. First 100 valid submissions which are accepted or merged by October 31 will qualify to win the swag. +- **How to sign up**: No signup required. +- **Issues**: [Featured Projects](https://authtoberfest.io/#g-430503226) +- **Notes**: Once you have two merged requests, send the merge confirmation emails and the Hacktoberfest Digital Badge showing the progress to authoberfest@auth0.co. Submissions can be sent until 30th November. Read more at [Authoberfest](https://authtoberfest.io/). + +### C + +#### **Cloudinary** + +- **Swag**: T-shirt, Stickers, Cloudinary unicorn. +- **Requirements**: Make a valid PRs in eligible Cloudinary libraries and SDKs. The first 50 eligible submissions will receive a Swag Kit. +- **How to sign up**: No special signup known. +- **Notes**: [Visit Cloudinary](https://cloudinary.com/blog/hacktoberfest-open-source-celebration-cloudinary) for the list of eligible libraries and SDKs. + ### D #### **devICT** @@ -71,6 +88,15 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: If your PR is merged, then [submit this form](https://docs.google.com/forms/d/e/1FAIpQLSdk4x-lul0fEeBRTRS7-9Aplr0WOCndOODiZMLCZdrCe1ggEg/viewform) to earn your points. - **Notes**: [Check out the MindsDB Hacktoberfest page here](https://mindsdb.com/hacktoberfest). +#### **Modtoberfest** + +- **Swag**: Stickers. They will also plant [1 tree](https://modtoberfest.com/modtoberforest) for each participant. +- **Requirements**: + - Only pull requests made in the [participating projects](https://modtoberfest.com/repositories) count towards your progress. + - You must submit at least 4 PRs to any of the [participating repositories](https://modtoberfest.com/repositories). +- **How to sign up**: Sign up at [Modtoberfest](https://modtoberfest.com/api/auth/signin) to track your progress. +- **Notes**: FAQ and rules available at [Modtoberfest](https://modtoberfest.com/). + ### S #### **ServiceNow** From 799d8b40dc084055533b5274d3c50ae55a9f753a Mon Sep 17 00:00:00 2001 From: Angad Singh Grover <127680876+angadsgrover@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:08:47 +0800 Subject: [PATCH 03/15] Add Instill AI to list #882 (#896) * Instill AI --------- Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/list.md b/docs/list.md index e0bba08b..12cb8d7e 100644 --- a/docs/list.md +++ b/docs/list.md @@ -79,6 +79,20 @@ No one currently! Interested in having a prominent placement for your open sourc - **Issues**: Specifically look for issues [tagged as "hacktoberfest" here](https://github.com/juspay/hyperswitch/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest). - **Notes**: [Check out their dev.to post here for all the details!](https://dev.to/hyperswitchio/hacktoberfest-2024-with-hyperswitch-47dk) +### I + +#### **Instill AI** + +- **Swag**: + - Accepted PR: Swag package including physical stickers, Instill bottle or mug. + - Top Five based on points: $50 USD Amazon gift card +- **Requirements**: Earn points by completing tasks including: + - GitHub issues from the [Component Improvements issue list](https://github.com/orgs/instill-ai/projects/14/views/1) + - New application shared on GitHub + - Creating Cookbook and PR merged into [Cookbook Repo](https://github.com/instill-ai/cookbook) +- **How to sign up**: Submit work using the [Hacktoberfest Contribution Form](https://forms.gle/YzM5gKVDrjQcJwvD7). +- **Notes**:[Check out their dev.to post for more information](https://dev.to/shihchun-h/announcing-instill-ais-tentaculous-hacktoberfest-2024-3991) + ### M #### **MindsDB** From 944b86df8955b904cd915b1c71e19eb1018029a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Maierh=C3=B6fer?= <48529566+jannikmaierhoefer@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:16:29 +0200 Subject: [PATCH 04/15] Add Langfuse Hacktoberfest 2024 Swag (#897) * Add Langfuse Hacktoberfest Swag --------- Co-authored-by: Chandler Weiner --- docs/list.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/list.md b/docs/list.md index 12cb8d7e..299e37df 100644 --- a/docs/list.md +++ b/docs/list.md @@ -93,6 +93,18 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: Submit work using the [Hacktoberfest Contribution Form](https://forms.gle/YzM5gKVDrjQcJwvD7). - **Notes**:[Check out their dev.to post for more information](https://dev.to/shihchun-h/announcing-instill-ais-tentaculous-hacktoberfest-2024-3991) +### L + +#### **Langfuse** + +- **Swag**: Stickers and T-shirt +- **Requirements**: + - 2+ merged PRs: Pack of new Langfuse stickers + - 2+ merged PRs: Chance to win a Langfuse t-shirt +- **How to sign up**: Sign up [here](https://docs.google.com/forms/d/e/1FAIpQLSe_GNazlvZSkHJ-WdnWOCfplZULY3GTOzCBwZgX7X_mLjlK2A/viewform) if you have >=2 merged PRs in the Langfuse Repo to get your swag +- **Issues**: Look for issues [tagged as "hacktoberfest" here](https://github.com/langfuse/langfuse/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest). +- **Notes**: Learn more about [Langfuse on their website](https://langfuse.com/) and [in their repo here](https://github.com/langfuse/langfuse-docs/issues/827). + ### M #### **MindsDB** From 2cf28558d3ea332d7c86765e05a1a183735240c8 Mon Sep 17 00:00:00 2001 From: Tharik Kanaka Date: Wed, 2 Oct 2024 10:54:30 +0530 Subject: [PATCH 05/15] Include Ballerina information (#900) Co-authored-by: Chandler Weiner --- docs/list.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/list.md b/docs/list.md index 299e37df..da8d4993 100644 --- a/docs/list.md +++ b/docs/list.md @@ -49,6 +49,15 @@ No one currently! Interested in having a prominent placement for your open sourc - **Issues**: [Featured Projects](https://authtoberfest.io/#g-430503226) - **Notes**: Once you have two merged requests, send the merge confirmation emails and the Hacktoberfest Digital Badge showing the progress to authoberfest@auth0.co. Submissions can be sent until 30th November. Read more at [Authoberfest](https://authtoberfest.io/). +### B + +#### **Ballerina** + +- **Swag**: Swag from [Ballerina Swage store](https://store.covver.io/wso2/collections/ballerina-swag-store) +- **Requirements**: Collect credits by [fixing issues in their Hacktoberfest 2024 project](https://github.com/orgs/ballerina-platform/projects/376). Spend those credits in their [swag store](https://store.covver.io/wso2/collections/ballerina-swag-store). +- **How to sign up**: If your PR is merged, then [submit this form](https://forms.gle/517ebK579YwmPfRY6) to earn your credits. +- **Notes**: [Check out the Ballerina Hacktoberfest page here](https://ballerina.io/hacktoberfest/). + ### C #### **Cloudinary** From a9a422ab669181b8be627ae98b396ecd089ef276 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 1 Oct 2024 23:32:16 -0600 Subject: [PATCH 06/15] Update list.md with TBD Hacktoberfest Info (#903) * Update list.md with TBD Info --------- Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/list.md b/docs/list.md index da8d4993..d675aacb 100644 --- a/docs/list.md +++ b/docs/list.md @@ -143,6 +143,15 @@ No one currently! Interested in having a prominent placement for your open sourc ### T +#### **TBD** + +- **Swag**: + - Top 10 contributors: TBD x Hacktoberfest 2024 swag from TBD shop. + - Top 3 contributors: Limited, customized TBD x Hacktoberfest 2024 swag with your name on it. +- **Requirements**: Earn points by merging PRs in their participating [repos](https://github.com/TBD54566975/developer.tbd.website/issues/1680) (5 points for small tasks, 10 for medium, 15 for large). Look for issues labeled `good-first-issue`, `no-code`, and `hacktoberfest` in participating repos. +- **How to sign up**: No specific signup mentioned. Contribute to participating repos. +- **Notes**: [Checkout their Hacktoberfest Github page for additional info](https://github.com/TBD54566975/developer.tbd.website/issues/1680). + #### **Turbot** - **Swag**: Stickers and T-shirt From ad889acce3d05b921a918dbda7f1c59a1a59d085 Mon Sep 17 00:00:00 2001 From: Aakanksha Priya <73584586+an0nym0usraven@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:12:02 +0530 Subject: [PATCH 07/15] Fix issue #880: updated list.md with tscircuit (#910) * Fix issue #880: updated list.md with tscircuit --------- Co-authored-by: Chandler Weiner --- docs/list.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/list.md b/docs/list.md index d675aacb..16e99d3f 100644 --- a/docs/list.md +++ b/docs/list.md @@ -152,6 +152,21 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: No specific signup mentioned. Contribute to participating repos. - **Notes**: [Checkout their Hacktoberfest Github page for additional info](https://github.com/TBD54566975/developer.tbd.website/issues/1680). +#### **tscircuit** + +- **Swag**: Hats, Hoodies +- **Requirements**: + - **Hats**: + - Star [tscircuit](https://github.com/tscircuit/tscircuit) on GitHub + - Join [Discord](https://tscircuit.com/join) + - Subscribe to the [blog](https://blog.tscircuit.com/p/build-electronics-with-typescript) + - Make 5 contributions of any impact level across 2 projects + - **Hoodie**: + - Make at least 20 contributions in 5 different repos + - At least 5 major contributions are required +- **How to sign up**: Every contribution you make is automatically tracked in their [contribution-tracker](https://github.com/tscircuit/contribution-tracker) +- **Notes**: Check out their blog post [here](https://blog.tscircuit.com/p/build-electronics-with-typescript) for more details. + #### **Turbot** - **Swag**: Stickers and T-shirt From e592555bc72b36e4da59637db25d7ef0720e376c Mon Sep 17 00:00:00 2001 From: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:50:35 -0500 Subject: [PATCH 08/15] Add Flyte to swag list (#912) * Add Flyte to swag list --------- Signed-off-by: davidmirror-ops Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/list.md b/docs/list.md index 16e99d3f..bc417b0c 100644 --- a/docs/list.md +++ b/docs/list.md @@ -76,6 +76,15 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: [Sign into your GitHub account here](https://hacktoberfest.devict.org/) and submit two meaningful PRs to the projects on that page. - **Notes**: N/A +### F + +#### **Flyte** + +- **Swag**: T-shirts, stickers, sweatshirts, watter bottles and a pair of Airpods Pro 2 +- **Requirements**: At least one merged PR or content contribution (blog post, recorded demo). The more contributions you make, and the more significant the contribution, the greater the prize. +- **How to sign up**: If your PR is merged, then [submit this form](https://tally.so/r/mJJ14r) +- **Notes**: Read the blog post with all the details [here](https://flyte.org/blog/flyte-at-hacktoberfest-2024) and check out the [Flyte Hacktoberfest issues and guidelines here](https://github.com/flyteorg/flyte/issues/5783). + ### H #### **Hyperswitch** From a04bf9690f5fb3c878e2cf397f67f8e6d919e042 Mon Sep 17 00:00:00 2001 From: Bhavya Jain <114797016+bhavyajain511@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:38:38 +0530 Subject: [PATCH 09/15] add LambdaTest to swag list (#913) * add LambdaTest to swag list --------- Co-authored-by: Chandler Weiner --- docs/list.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/list.md b/docs/list.md index bc417b0c..e415f576 100644 --- a/docs/list.md +++ b/docs/list.md @@ -123,6 +123,16 @@ No one currently! Interested in having a prominent placement for your open sourc - **Issues**: Look for issues [tagged as "hacktoberfest" here](https://github.com/langfuse/langfuse/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest). - **Notes**: Learn more about [Langfuse on their website](https://langfuse.com/) and [in their repo here](https://github.com/langfuse/langfuse-docs/issues/827). +#### **LambdaTest** + +- **Swag**: Amazon Vouchers and LambdaTest Licenses +- **Requirements**: + - Submit a PR to fix an issue tagged `hacktoberfest` or `good-first-issue` to one of their [supporting projects](https://github.com/LambdaTest/lambdatest-hacktoberfest-2024?tab=readme-ov-file#-projects-you-can-contribute-to) + - 3 Contributions: Amazon Vouchers (up to $10) + LambdaTest Licenses (90 days) + - 5+ Contributions: Amazon Vouchers (up to $20) + LambdaTest Licenses (90 days) +- **How to sign up**: No signup link known. +- **Notes**: [Check out the LambdaTest blog post here](https://github.com/LambdaTest/lambdatest-hacktoberfest-2024). + ### M #### **MindsDB** From 6021c3ab9b2d147419107903874b5791f340ffaa Mon Sep 17 00:00:00 2001 From: SanchitMahajan236 <116559051+SanchitMahajan236@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:59:44 +0530 Subject: [PATCH 10/15] Added Configu to list.md --- docs/list.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/list.md b/docs/list.md index e415f576..6740e3b0 100644 --- a/docs/list.md +++ b/docs/list.md @@ -67,6 +67,17 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: No special signup known. - **Notes**: [Visit Cloudinary](https://cloudinary.com/blog/hacktoberfest-open-source-celebration-cloudinary) for the list of eligible libraries and SDKs. +#### **Configu** + +- **Swag**: T-shirt and/or Beer Glass. +- **Requirements**: + - 1 Valid Pull Request: Receive an exclusive Configu Beer Glass. + - 2 Valid Pull Requests: Secure a LIMITED-EDITION Configu Hacktoberfest T-shirt. + - 3+ Valid Pull Requests: Get both the Configu Beer Glass and the LIMITED-EDITION Hacktoberfest T-shirt! +- **How to sign up**: No special signup known. +- **Issues**: Contribute to any issue in the [Configu Repository](https://github.com/configu/configu). +- **Notes**: Check out this [GitHub Issue](https://github.com/configu/configu/issues/465) for more details. + ### D #### **devICT** From ca7fa263c44a138d618886f7af46ebc04433df0b Mon Sep 17 00:00:00 2001 From: Bhavya Jain <114797016+bhavyajain511@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:15:41 +0530 Subject: [PATCH 11/15] add crawlee for python to swag list --- docs/list.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/list.md b/docs/list.md index e415f576..4b4e97ef 100644 --- a/docs/list.md +++ b/docs/list.md @@ -67,6 +67,16 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: No special signup known. - **Notes**: [Visit Cloudinary](https://cloudinary.com/blog/hacktoberfest-open-source-celebration-cloudinary) for the list of eligible libraries and SDKs. +#### **Crawlee for Python** + +- **Swag**: Sticker Sheet and Hoodie. +- **Requirements**: + - 1-2 Accepted Pull Request: Crawlee Exclusive Sticker Sheet. + - 2 or more Accepted Pull Requests: Crawlee Exclusive Hoodie. +- **How to sign up**: No signup link known. +- **Issues**: Look for issues tagged as "hacktoberfest" [here](https://github.com/apify/crawlee-python/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3Ahacktoberfest). +- **Notes**: [Check out the Crawlee for Python blog post here](https://github.com/apify/crawlee-python/issues/555). + ### D #### **devICT** From 99c0708239a7e1927ced0cae229c099107ce2bd4 Mon Sep 17 00:00:00 2001 From: Ashutosh soni Date: Fri, 4 Oct 2024 09:29:31 +0530 Subject: [PATCH 12/15] added JSToday in the list (#918) * added JSToday in the list --------- Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/list.md b/docs/list.md index e415f576..4b1d3dd1 100644 --- a/docs/list.md +++ b/docs/list.md @@ -47,7 +47,7 @@ No one currently! Interested in having a prominent placement for your open sourc - **Requirements**: Submit two pull requests in the Identity and Security space shortlisted on the authoberfest projects page. First 100 valid submissions which are accepted or merged by October 31 will qualify to win the swag. - **How to sign up**: No signup required. - **Issues**: [Featured Projects](https://authtoberfest.io/#g-430503226) -- **Notes**: Once you have two merged requests, send the merge confirmation emails and the Hacktoberfest Digital Badge showing the progress to authoberfest@auth0.co. Submissions can be sent until 30th November. Read more at [Authoberfest](https://authtoberfest.io/). +- **Notes**: Once you have two merged requests, send the merge confirmation emails and the Hacktoberfest Digital Badge showing the progress to . Submissions can be sent until 30th November. Read more at [Authoberfest](https://authtoberfest.io/). ### B @@ -111,6 +111,17 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: Submit work using the [Hacktoberfest Contribution Form](https://forms.gle/YzM5gKVDrjQcJwvD7). - **Notes**:[Check out their dev.to post for more information](https://dev.to/shihchun-h/announcing-instill-ais-tentaculous-hacktoberfest-2024-3991) +### J + +#### **JSToday** + +- **Swag**: Stickers +- **Requirements**: Submit at least four merged or accepted pull requests to any public repository on GitHub. +- **How to sign up**: + - Once you’ve made your contributions, tweet or post on social media tagging @todayJavaScript with the hashtag #Hacktoberfest2024, and a link to your GH profile or PRs. + - Send them an email with your contributions at: . +- **Notes**: See the [JSToday Hacktoberfest blog post](https://javascripttoday.com/blog/hacktoberfest-2024-free-sticker/) for more information + ### L #### **Langfuse** From b66ef8138deab1bc9c4225eadce06e4166fa4168 Mon Sep 17 00:00:00 2001 From: Chandler Weiner <23106097+crweiner@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:39:31 -0400 Subject: [PATCH 13/15] Tweak Crawlee --- docs/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/list.md b/docs/list.md index 391befbe..e63bc2b4 100644 --- a/docs/list.md +++ b/docs/list.md @@ -82,11 +82,11 @@ No one currently! Interested in having a prominent placement for your open sourc - **Swag**: Sticker Sheet and Hoodie. - **Requirements**: - - 1-2 Accepted Pull Request: Crawlee Exclusive Sticker Sheet. + - 1-2 Accepted Pull Requests: Crawlee Exclusive Sticker Sheet. - 2 or more Accepted Pull Requests: Crawlee Exclusive Hoodie. - **How to sign up**: No signup link known. - **Issues**: Look for issues tagged as `hacktoberfest` [here](https://github.com/apify/crawlee-python/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3Ahacktoberfest). -- **Notes**: [Check out the Crawlee for Python blog post here](https://github.com/apify/crawlee-python/issues/555). +- **Notes**: [Check out the Crawlee for Python GitHub issue here](https://github.com/apify/crawlee-python/issues/555). ### D From b6539b603c71e93bb663885a4479757ebd405aa2 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Fri, 4 Oct 2024 07:28:17 +0200 Subject: [PATCH 14/15] Add Gradle to the Swag list (#926) * Add Gradle to the Swag list --------- Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/list.md b/docs/list.md index e63bc2b4..41997c4a 100644 --- a/docs/list.md +++ b/docs/list.md @@ -106,6 +106,17 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: If your PR is merged, then [submit this form](https://tally.so/r/mJJ14r) - **Notes**: Read the blog post with all the details [here](https://flyte.org/blog/flyte-at-hacktoberfest-2024) and check out the [Flyte Hacktoberfest issues and guidelines here](https://github.com/flyteorg/flyte/issues/5783). +### G + +#### **Gradle** + +- **Swag**: Special edition Gradle T-shirts, Stickers, Caps or Mugs +- **Requirements**: + - Top-20 Contributors: Swag Pack (T-shirts, Stickers) + - Caps and Mugs for substantial contributions +- **How to sign up**: [Fill out this form](https://forms.gle/go2VESj7kDG1QUqV7). +- **Notes**: See their [full Hacktoberfest page here](https://community.gradle.org/events/hacktoberfest/2024/). The team prepared some [Featured Projects](https://community.gradle.org/events/hacktoberfest/2024/#featured-projects) you can participate in. + ### H #### **Hyperswitch** From 0a74f5645755a8bd5e4800a2ac7aeecef38b6df9 Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:28:45 +0100 Subject: [PATCH 15/15] docs: Add Robo.js to list.md (#927) * add Robo.js to list.md --------- Co-authored-by: Chandler Weiner <23106097+crweiner@users.noreply.github.com> --- docs/list.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/list.md b/docs/list.md index 41997c4a..7559e58c 100644 --- a/docs/list.md +++ b/docs/list.md @@ -194,6 +194,15 @@ No one currently! Interested in having a prominent placement for your open sourc - **How to sign up**: Sign up at [Modtoberfest](https://modtoberfest.com/api/auth/signin) to track your progress. - **Notes**: FAQ and rules available at [Modtoberfest](https://modtoberfest.com/). +### R + +#### **Robo.js** + +- **Swag**: Discord Nitro, T-Shirt, RoboPlay, Stickers (as prizes) +- **Requirements**: Contribute bug fixes (1 point), templates (2 points), plugins (5 points), video content (5 points), or even features to the core framework (7 points). You can contribute as many times as you want, and each contribution counts as an entry for the prizes. The more you contribute, the more likely you are to win. +- **How to sign up**: No signup required. +- **Notes**: Read the [full Hacktoberfest blog post here](https://blog.waveplay.com/hacktoberfest-2024/) for the offical rules and additional info and [join the Discord community](https://roboplay.dev/discord?ref=blog.waveplay.com). + ### S #### **ServiceNow**