Thanks for your interest in Multiarc! Here's how to get started.
git clone https://github.com/Adarsh1Y/opencode-multiarc-plugin.git
cd opencode-multiarc-plugin
make helpmake test # Integration tests
make test-stress # Stress tests
make test-race # All tests with race detector
make test-all # Everything- Run
make lintbefore submitting - Follow standard Go conventions (gofmt, go vet)
- Keep functions focused and well-named
- Add tests for new features
- Fork the repo
- Create a feature branch
- Write tests
- Make sure
make test-racepasses - Submit the PR
Include:
- What you expected vs what happened
- Steps to reproduce
- Go version and OS