Skip to content

Commit e5fc6a8

Browse files
committed
docs: Add CI/CD section to contributing guide (#103)
Document the automated CI/CD checks that run on PRs and the available slash commands for issues and PRs.
1 parent 4d7506b commit e5fc6a8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,14 @@ For deeper validation (benchmarks, security analysis, Windows pipeline) see `doc
6969
- Pair with maintainers via drafted PRs—ask for feedback early if you’re touching critical passes.
7070

7171
Thanks for contributing! Keeping this guide updated makes it easier for the next wave of contributors to succeed.
72+
73+
## 7. CI/CD
74+
75+
All pull requests are automatically validated by our CI/CD pipeline:
76+
77+
- **Frontend Checks**: Linting and build verification
78+
- **Backend Checks**: Python tests with coverage reporting
79+
- **Auto-labeling**: PRs are automatically labeled based on changed files
80+
- **Size Labels**: PRs receive size labels (XS/S/M/L/XL) based on lines changed
81+
82+
You can also use slash commands on issues and PRs. Type `/help` in a comment to see available commands.

0 commit comments

Comments
 (0)