diff --git a/docs/contributing.md b/docs/contributing.md index ee1b38bf3..b6acd3ae6 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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. @@ -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