From 5dd776ce40e802f8d8e9ef80b5f32dd5ae9b9da2 Mon Sep 17 00:00:00 2001 From: Nitzan Pomerantz <9297302+nitzpo@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:12:52 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fcbc8f2..fda710c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,7 +138,7 @@ git commit -m "fix: resolve issue with..." - `style:` - Code style changes - `chore:` - Build/tooling changes -### 6. Push and Create PR +### 5. Push and Create PR ```bash git push origin feature/your-feature-name