2026-01-11 17:54:49 +08:00
|
|
|
# Contributing Guide
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-02-13 11:10:48 +08:00
|
|
|
Thank you for your interest in **OpenWebUI Extensions**!
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-01-11 17:56:37 +08:00
|
|
|
## 🚀 How to Contribute
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-01-11 17:56:37 +08:00
|
|
|
1. **Fork** this repository.
|
|
|
|
|
2. **Add/Modify** the plugin file in the `plugins/` directory.
|
|
|
|
|
3. **Submit PR**: We will review and merge it.
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-01-11 17:56:37 +08:00
|
|
|
## 💡 Important
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-01-11 17:56:37 +08:00
|
|
|
- Ensure your plugin includes complete metadata (title, author, version, description).
|
|
|
|
|
- If updating an existing plugin, please **increment the version number** (e.g., `0.1.0` -> `0.1.1`) to trigger the auto-update.
|
2025-12-20 12:34:49 +08:00
|
|
|
|
2026-01-11 17:56:37 +08:00
|
|
|
Thank you! 🚀
|