From 7c2466b739e4d3f4c59f4dd4a0e20ce773556bd1 Mon Sep 17 00:00:00 2001 From: Salman Mohammadi Date: Wed, 13 Aug 2025 12:58:13 +0100 Subject: [PATCH] nit --- .github/CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 25616ffdd..3636da115 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -64,8 +64,6 @@ For development convenience, you can skip certain CI checks by including specifi - `[skip ci]` or `skip ci` - Skips all CI checks for that commit - `[skip-e2e]` or `skip-e2e` - Skips only end-to-end tests while running other CI checks -Use these sparingly and only for commits like documentation updates, minor fixes, or work-in-progress commits that don't need full CI validation. - ## Style Guidelines ### Code Style