From 6622756e6e7d332e1281f8766a26845ec079f30e Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Wed, 6 May 2026 18:29:40 +0200 Subject: [PATCH] chore: always rebase on origin/main before new branch or PR Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index f82e14f0..c88f411b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,6 +4,7 @@ - Use conventional commit prefixes (feat:, fix:, chore:, refactor:, test:, docs:, style:) - Suggest a branch name before starting any code changes +- Always rebase on origin/main before creating a new branch or opening a PR ## General