From f8eb2cb721d7ff2d187f083a481a895242f53d52 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 7 Oct 2025 10:53:47 +0800 Subject: [PATCH] Update FAQ: JOJ3 usage --- FAQ%3A-JOJ3-usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ%3A-JOJ3-usage.md b/FAQ%3A-JOJ3-usage.md index 2ed6f37..52b1055 100644 --- a/FAQ%3A-JOJ3-usage.md +++ b/FAQ%3A-JOJ3-usage.md @@ -31,6 +31,9 @@ A: While JOJ3 and health check could have bugs, we have not seen any false posit A: A "red cross" means something "serious" happened, e.g. failed to pass health check or the source code could not compile or your program crashed while only running code is accepted. There could be many reasons... To find out your problem, check the newly updated/opened issue, carefully read the provided information, and fix your problem accordingly. Usually submissions with a red cross are considered as failed and are not graded. +**Q: Gitea shows a "red cross" and no new issue was created, what should I do?** + +A: Most commonly a wrong scope or release tag will lead to a red cross *without* any issue posted. Check the "Actions" tab and open "Run joj3" section to see the details and get the list of allowed scopes and release atgs. **Q: My program exits with a "weird" error status and a number. What does it mean?**