Skip to content

Commit 8e66861

Browse files
committed
Update CONTRIBUTING.md
1 parent e353ac7 commit 8e66861

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,8 @@ just codespell
135135
```
136136

137137
If codespell is incorrectly flagging a word, you can skip spellcheck for that word by adding it to the codespell config in the `.pre-commit-config.yaml` file.
138+
139+
### CI Configuration
140+
The CI configuration for this project is located in the `.github/workflows` directory.
141+
The `.github/scripts/check_diff.py` script is run automatically at the start of CI to determine which parts of the codebase have changed and need to be tested. I
142+
f you add new packages or change the directory structure, update this script accordingly.

0 commit comments

Comments
 (0)