Merge pull request #434 from PiR1/doc/update-contributing

docs(contributing): update branch reference from main to beta
This commit is contained in:
Paul Nothaft
2026-05-09 20:36:20 +02:00
committed by GitHub
+1 -1
View File
@@ -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