From 87d02078c86867cd16141396f2388ccc85a1c2d9 Mon Sep 17 00:00:00 2001 From: Chris <182387676+whoopsi-daisy@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:01:36 +0200 Subject: [PATCH] docs: Add AI Assistance Disclosure Clause Update introduces a new section outlining requirements for contributors who use AI tools while working on the project. --- .github/CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index eeb88068..82873512 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,21 +24,21 @@ Thank you for your interest in contributing to the Streamyfin project. This docu ## AI Assistance Disclosure > [!IMPORTANT] -> If any AI tool was used while contributing to Seerr, it must be disclosed in the pull request. +> If any AI tool was used while contributing to Streamyfin, it must be disclosed in the pull request. -Note in your PR whether AI assistance was used and to what extent (for example, *docs only* or *code generation*). -If AI-generated text was used in PR responses, disclose that as well. -Simple tab-completion or short keyword suggestions do **not** require disclosure. +State in your PR whether AI assistance was used and to what extent (for example, *docs only* or *code generation*). +If AI-generated text was used in PR discussions or responses, disclose that as well. +Minor autocomplete or keyword suggestions do not require disclosure. ### Examples > This PR was written primarily by Claude Code. -> I used Cursor to understand parts of the codebase, but the implementation is fully manual. +> I used Cursor to explore parts of the codebase, but the implementation is fully manual. -Failing to disclose AI usage wastes maintainers time and makes it harder to judge review effort. -We welcome AI-assisted work, but contributors must understand and take full responsibility for the code they submit. +Failing to disclose AI usage wastes maintainers’ time and complicates review efforts. +AI-assisted contributions are welcome, but contributors remain fully responsible for the code they submit. -Be respectful to maintainers and always disclose AI involvement. +Always disclose AI involvement to maintain transparency and respect for maintainers’ time. ## Reporting Issues