606 B
606 B
Choose a PR Template
Please select the appropriate PR template for your contribution:
- 🆕 New Module - Adding a new module to the registry
- 🐛 Bug Fix - Fixing an existing issue
- ✨ Feature - Adding new functionality to a module
- 📝 Documentation - 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