Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ To contribute:
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) tools can be
integrated into your workflow to ensure formatting and stylistic
compliance of your changes. To avoid code formatting misalignment with
GitHub Actions check we recommend using 10 version of clang-format tool
(default version on Ubuntu 22.04).
the GitHub Actions check we recommend using the same version of clang-format
as used in the CI. See [.github/workflows/pr-code-format.yml](https://github.com/intel/llvm/blob/sycl/.github/workflows/pr-code-format.yml)
for the current version.
- Use

```bash
Expand Down