17 lines
495 B
Markdown
17 lines
495 B
Markdown
# Contributing Guide
|
|
|
|
Thank you for your interest in **OpenWebUI Extras**!
|
|
|
|
## 🚀 How to Contribute
|
|
|
|
1. **Fork** this repository.
|
|
2. **Add/Modify** the plugin file in the `plugins/` directory.
|
|
3. **Submit PR**: We will review and merge it.
|
|
|
|
## 💡 Important
|
|
|
|
- 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.
|
|
|
|
Thank you! 🚀
|