Contributing to LRAgent

Contributing to LRAgent

Thank you for your interest in contributing! We welcome contributions of all kinds.

Quick Start

  1. Fork the repository
  2. Create a feature branch: git checkout -b feat/my-feature
  3. Make your changes
  4. Run checks: pnpm lint && pnpm build
  5. Submit a pull request

Code Style

  • JavaScript: CommonJS (require/module.exports), no TypeScript in server/
  • Frontend: Vue 3 Composition API,
🤖
🎁