From 395063c2cc010d5fb7476552f3f8b12019b21fee Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Sun, 14 Dec 2025 01:56:20 -0600 Subject: [PATCH] Add note on project changes and PR synchronization Added a note about project changes and PR sync issues. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 658cfcb8..32a004a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing to Maestro +NOTE: The project is currently changing rapidly, there's a high likelihood that PRs will be out of sync with latest code versions and may be hard to rebase. + Thank you for your interest in contributing to Maestro! This document provides guidelines, setup instructions, and practical guidance for developers. For architecture details, see [ARCHITECTURE.md](ARCHITECTURE.md). For quick reference while coding, see [CLAUDE.md](CLAUDE.md).