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
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ The docs can then be found in the {code}`docs/_build` directory.
If something goes wrong, the CI pipeline will notify you. Here are some tips for
finding the cause of certain failures:

- If any of the {code}`CI / 🇨 Test` checks fail, this indicates build errors or
- If any of the {code}`CI / 🇨 Test` checks fail, this indicates build errors or
test failures in the C++ part of the code base. Look through the respective
logs on GitHub for any error or failure messages.

Expand All @@ -614,7 +614,7 @@ finding the cause of certain failures:
been raised by {code}`clang-tidy` when checking the C++ part of your changes
for warnings or style guideline violations. The individual messages frequently
provide helpful suggestions on how to fix the warnings. If you don't see any
messages, but the {code}`🇨 Lint / 🚨 Lint` check is red, click on the
messages, but the {code}`🇨 Lint / 🚨 Lint` check is red, click on the
{code}`Details` link to see the full log of the check and a step summary.

- If the {code}`pre-commit.ci` check fails, some of the {code}`prek` checks
Expand Down
Loading