- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Run tests:
make test - Submit a pull request
make build # Build the binary
make test # Run smoke tests
make fmt # Format code
make lint # Lint code