Skip to content
Merged
Changes from 1 commit
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` for the
Copy link
Contributor

@bader bader Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having a link to the .github/workflows/pr-code-format.yml file would simplify navigation.

current version.
- Use

```bash
Expand Down
Loading