## Choose a PR Template Please select the appropriate PR template for your contribution: - 🆕 [New Module](?template=new_module.md) - Adding a new module to the registry - 🐛 [Bug Fix](?template=bug_fix.md) - Fixing an existing issue - ✨ [Feature](?template=feature.md) - Adding new functionality to a module - 📝 [Documentation](?template=documentation.md) - Improving docs only --- If you've already started your PR, add `?template=TEMPLATE_NAME.md` to your URL. ### Quick Checklist - [ ] Tests pass (`bun test`) - [ ] Code formatted (`bun run fmt`) - [ ] Following contribution guidelines