From 084ccf0177221112da68f2074818a2ef775487bd Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 3 May 2026 16:41:08 +0200 Subject: [PATCH] Add notice about test requirement Signed-off-by: yubiuser --- docs/guides/github/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/github/index.md b/docs/guides/github/index.md index f662869a..544db187 100644 --- a/docs/guides/github/index.md +++ b/docs/guides/github/index.md @@ -25,6 +25,7 @@ When requesting or submitting new features, first consider whether it might be u - Check the codebase to ensure that your feature doesn't already exist. - Check the pull requests to ensure that another person hasn't already submitted the feature or fix. - Read and understand the [DCO guidelines](./dco.md) for the project. +- Before a pull requets can be accepted, the repo-specific tests need to pass. Please test them locally first. ### Technical Requirements