From 2a626d7684572b1d6d8975b588c4acc1b2eed25f Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:56:42 +0200 Subject: [PATCH] docs(readme): remove hacktoberfest notice (#4685) Co-authored-by: Alexandr Garbuzov --- readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.md b/readme.md index 473fcc5a..baadc984 100644 --- a/readme.md +++ b/readme.md @@ -98,9 +98,6 @@ # Important Notices -> [!IMPORTANT] -> Please note that we are NOT participating in Hacktoberfest this year. As a small team, we cannot handle the increased volume of PRs and issues that the event brings. We appreciate your understanding. - > [!IMPORTANT] > Since the GitHub API only [allows 5k requests per hour per user account](https://docs.github.com/en/graphql/overview/resource-limitations), the public Vercel instance hosted on `https://github-readme-stats.vercel.app/api` could possibly hit the rate limiter (see [#1471](https://github.com/anuraghazra/github-readme-stats/issues/1471)). We use caching to prevent this from happening (see https://github.com/anuraghazra/github-readme-stats#common-options). You can turn off these rate limit protections by [deploying your own Vercel instance](#deploy-on-your-own).