From 9b2eb8ca5da79e8308361a8dc35f55d98ee56060 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Fri, 31 Jul 2026 11:16:32 +0200 Subject: [PATCH] Typo --- AI_POLICY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI_POLICY.md b/AI_POLICY.md index c60b02afd..a4b4ac123 100644 --- a/AI_POLICY.md +++ b/AI_POLICY.md @@ -30,7 +30,7 @@ This policy comes from a place of *need* not from a place of *choice*. Now that AIs exists and have become *reasonably good*, we will tolerate people using them with reasons and knowledge, as long those rules are respected: - **Any one using AI to report bugs or submit code MUST properly disclose it, this includes mentioning the name of the EXACT model used and the tools used to interact with it.** -- **Any "AI slop" contribution (issues or pull requests) will be closed on sight**, even more so if they are pull requests targetting issues that have bounties associated. +- **Any "AI slop" contribution (issue or pull request) will be closed on sight**, even more so if they are pull requests targetting issues that have bounties associated. - The Human using AI MUST properly check the output manually in addition to any automated check that may exist or may have been created, **this includes BOTH codes AND bug reports**. - Any code submitted by a Human, written even partially by AI, is the responsibility of this Human - If it's malicious, broken, destructive or anything bad, the Human is the sole responsible. - Any new code touching any of the actual functions of Invidious MUST BE thoroughly tested by the Human MANUALLY.