Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 597 Bytes

File metadata and controls

30 lines (22 loc) · 597 Bytes

Contributing

Setup

npm install
npm run dev

Quality Checks

npm run lint
npm run test
npm run check:loc

Contribution Guidelines

  • Keep changes modular and scoped.
  • Preserve OpenClaw compatibility.
  • Avoid introducing large files or unrelated refactors in feature PRs.
  • Include tests when behavior changes.
  • Update docs for user-visible or architecture-impacting changes.

Pull Requests

  • Describe the problem and the fix clearly.
  • List validation steps you ran.
  • Include screenshots when UI behavior changes.