From 63f9c70d4e4b9eb9c5fa88aeafdf346260899d14 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov <186095128+alexandr-garbuzov@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:20:52 +0300 Subject: [PATCH] docs(readme): update notice about hacktoberfest (#4516) Co-authored-by: Alexandr --- backend/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/readme.md b/backend/readme.md index 2af22847..303268e8 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -100,7 +100,7 @@ # Important Notices > [!IMPORTANT]\ -> Please note that we are NOT participating in Hacktoberfest this year. Unfortunately, the only person with sufficient access rights to remove the repository label is currently unreachable, so we are notifying you here. As a small team, we cannot handle the increased volume of PRs and issues that the event brings. We appreciate your understanding. +> 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-phi-jet-58.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).