Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 555 Bytes

File metadata and controls

25 lines (18 loc) · 555 Bytes

Contributing to opencode-lcm

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository.
  2. Create a feature branch.
  3. Implement your changes and add tests if applicable.
  4. Run npm run typecheck && npm run lint && npm test to verify.
  5. Submit a Pull Request.

Development

git clone https://github.com/your-fork/opencode-lcm.git
cd opencode-lcm
npm install
npm run build
npm test

License

By submitting a Pull Request, you agree that your contributions are licensed under the MIT License.