Files
CommunityScripts/README.md
DogmaDragon 1ef1b8a2b9 Add LLM-assisted contributions guidelines
Added guidelines for LLM-assisted contributions to the README.
2026-03-05 14:48:33 +02:00

51 lines
2.0 KiB
Markdown

# CommunityScripts repository
This repository contains plugins, themes, userscripts and other utility scripts created by the Stash community.
## Community support
- **Forum:** [discourse.stashapp.cc](https://discourse.stashapp.cc) - Primary place for community support, feature requests, and discussions.
- **Discord:** [discord.gg/2TsNFKt](https://discord.gg/2TsNFKt) - Real-time chat and community support.
- **Lemmy:** [discuss.online/c/stashapp](https://discuss.online/c/stashapp) - Community discussions.
## Host your own plugins
We have a GitHub template available for those that prefer hosting on their own with step-by-step instructions to get started.
Repository: https://github.com/stashapp/plugins-repo-template
## Plugins
> [!NOTE]
> More plugins are available at [discourse.stashapp.cc](https://discourse.stashapp.cc/c/plugins/18).
## Themes
> [!NOTE]
> More themes are available at [discourse.stashapp.cc](https://discourse.stashapp.cc/tags/c/plugins/18/none/theme).
## Other projects
> [!NOTE]
> More community projects are available at [discourse.stashapp.cc](https://discourse.stashapp.cc/c/plugins/other-projects/15).
## Contributing
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.
After the 14 days, if nobody takes up the development they will be moved to the [archive](./archive) directory. This will automatically remove plugins from the CommunityScripts source index.
Maintainers are expected to show commitment and demonstrate meaningful effort to maintain the code.