From ded0222e8db0d9b4ef985e77889232cefb200965 Mon Sep 17 00:00:00 2001 From: Jezreel Maldonado <49414833+Denovocto@users.noreply.github.com> Date: Sat, 5 Aug 2023 05:51:50 -0400 Subject: [PATCH] docs: add note for tests that have requisites (#6856) Co-authored-by: David Luzar --- dev-docs/docs/introduction/contributing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/docs/introduction/contributing.mdx b/dev-docs/docs/introduction/contributing.mdx index 821355e0..169aa535 100644 --- a/dev-docs/docs/introduction/contributing.mdx +++ b/dev-docs/docs/introduction/contributing.mdx @@ -69,6 +69,10 @@ It's also a good idea to consider if your change should include additional tests Finally - always manually test your changes using the convenient staging environment deployed for each pull request. As much as local development attempts to replicate production, there can still be subtle differences in behavior. For larger features consider testing your change in multiple browsers as well. +:::note +Some checks, such as the `lint` and `test`, require approval from the maintainers to run. +They will appear as `Expected — Waiting for status to be reported` in the PR checks when they are waiting for approval. +::: ## Translating