Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 530 Bytes

File metadata and controls

23 lines (18 loc) · 530 Bytes

Contributing to localLOOP Backend

Thanks for your interest in contributing! This backend is intentionally small and focused.

Ground Rules

  • Create a feature branch for your work.
  • Open a pull request against main.
  • All changes must include tests.

Development Setup

bun install
bun test
bun run dev

Pull Request Checklist

  • Tests added/updated
  • Documentation updated if behavior changes
  • No secrets committed

Contact

Questions? Email alphin@mycel-ai.de or open a GitHub Discussion.