From a2a1ee2b20010bc8e0ef4b3624c00412c883d687 Mon Sep 17 00:00:00 2001 From: krishna fattepurkar Date: Wed, 7 Jan 2026 12:11:19 +0530 Subject: [PATCH] docs(contributing): update FAQ to target main instead of develop - Change FAQ answer from develop to main branch - Clarify that all changes go through PRs to main - Remove outdated 'main is for releases only' statement - Align with current main-only branching strategy --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7df8d8..87ae825 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -268,7 +268,7 @@ isort src/ tests/ ## ❓ FAQ **Q: What branch should I target?** -A: Always `develop` (not `main`). `main` is for releases only. +A: Always `main`. All changes go through PRs to main. **Q: How long until my PR is reviewed?** A: Usually 1-3 days.