From 1ef1b8a2b9aba5aded138ff3ce002fd58eace69f Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:48:33 +0200 Subject: [PATCH] Add LLM-assisted contributions guidelines Added guidelines for LLM-assisted contributions to the README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ec1dbd22..75796609 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ Repository: https://github.com/stashapp/plugins-repo-template Submit a PR to add your plugin, theme, userscript and other utility script to the repository. +### LLM-assisted contributions + +LLM-assisted contributions are allowed under the following conditions: +- LLM use is openly disclosed. +- Code is reviewed by a human. +- Human testing and validation was performed. +- You take full responsibility for the code (including license compliance). + ## Deprecation 14-day notice and associated issue with the appropriate label will be created once plugins, themes, userscripts and other utility scripts are marked for deprecation to allow time for someone to take over the development.