This commit is contained in:
Salman Mohammadi
2025-08-13 12:53:58 +01:00
parent c09b0a3bbf
commit 3146cb56dd

View File

@@ -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