registry/.github/PULL_REQUEST_TEMPLATE.md
DevCats cc40d6c355
docs: Update and split Contribution docs. (#122)
Co-authored-by: Atif Ali <atif@coder.com>
2025-06-03 16:18:36 +05:00

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