From c1147499212ef64e9d8ded89c38d84ab0adc5346 Mon Sep 17 00:00:00 2001 From: PiR1 Date: Sat, 9 May 2026 19:56:25 +0200 Subject: [PATCH] docs(contributing): update branch reference from main to beta --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b0bf20d..66aedcec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Unsure where to begin? You can start by looking through these issues: ### Pull Requests -1. **Fork the repo** and create your branch from `main` +1. **Fork the repo** and create your branch from `beta` 2. **Install dependencies**: ```bash cd backend && npm install