Skip to content

Commit

Permalink
docs: add note for tests that have requisites (excalidraw#6856)
Browse files Browse the repository at this point in the history
Co-authored-by: David Luzar <[email protected]>
  • Loading branch information
Denovocto and dwelle authored Aug 5, 2023
1 parent e7983bc commit ded0222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-docs/docs/introduction/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ded0222

Please sign in to comment.