diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8f67908e8..25616ffdd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,6 +57,15 @@ We welcome ideas for improvements and new features. To suggest an enhancement, o 5. Push your branch to your fork on GitHub. 6. Open a new pull request against the `main` branch of the axolotl repository. Include a clear and concise description of your changes, referencing any related issues. +#### Skipping CI Checks + +For development convenience, you can skip certain CI checks by including specific keywords in your commit messages: + +- `[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