From 237014408926c634ccf2679c89c332fb4913f700 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:57:42 +0100 Subject: [PATCH] add AI contribution policy --- CONTRIBUTING.MD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 686326ca..3331b1d1 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -27,3 +27,17 @@ To avoid multiple pull requests resolving the same issue, let others know you ar ## Building from Source Fork this project, import and compile it with the latest version of Android Studio Canary. + +## AI Contribution Policy + +Generative AI may be used for contributions as long as the contributor is fully aware of the content generated, takes full responsibility for it and ensured that no copyrighted content from third parties is included. + +We welcome contributions assisted by AI tools, provided they follow these rules: + +1. **Human-responsibility:** You are 100% responsible for the code you submit. You must understand every line of the AI-generated output. +2. **No "Dry" Submissions:** Do not submit AI-generated code that you have not locally compiled, tested, and verified. +3. **Disclosure:** If a significant portion of your PR (e.g., a new module or complex function) was generated by AI, please state so in the PR description. +4. **Licensing Compliance:** Ensure that the AI tool you use does not violate our project's [LICENSE](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE). You must ensure you have the right to contribute the generated code. +5. **Succinctness:** AI tends to be verbose. Please prune any unnecessary comments or boilerplate generated by the tool before submitting. + +**Failure to follow these guidelines may result in your Pull Request being closed without review.** \ No newline at end of file