Files

17 lines
499 B
Markdown
Raw Permalink Normal View History

# Contributing Guide
Thank you for your interest in **OpenWebUI Extensions**!
## 🚀 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! 🚀