From 6eb939a9adbe2d3a1191dabf2a374f41e14169cd Mon Sep 17 00:00:00 2001 From: firelight <147925818+fire-light42@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:10:37 +0000 Subject: [PATCH] Initial AI Policy --- AI-POLICY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AI-POLICY.md diff --git a/AI-POLICY.md b/AI-POLICY.md new file mode 100644 index 000000000..5409393fb --- /dev/null +++ b/AI-POLICY.md @@ -0,0 +1,11 @@ +# AI Policy + +AI is a great tool. However, we want you to follow these rules regarding usage of AI in order to ensure the quality of both code and discussions. + +1. Always state any AI usage in pull requests and issues. + +2. Always test code before making a pull request. We do not want to test your AI generated code. + +3. Listen to humans over computers. Contributors to CloudStream know this codebase better than an AI. + +4. You should be able to explain and fix any code you submit. We do in-depth reviews and will reject low effort contributions.