Contributing to IMUII
Contributing to IMUII
We welcome contributions from both internal and external developers.
🧱 Setup Guide
Clone the repository and install dependencies:
git clone https://github.com/imuii-org/core.git
cd core
go mod tidy
🧠Guidelines
* Follow the existing folder structure
* Use clear and descriptive commit messages
* Format code using gofmt or Prettier (for JS)
🧠Commit Convention
feat: add GitHub integration
fix: correct token response bug
docs: update API reference
🚀 Let's make IMUII even smarter — together.