Anyone is welcome to contribute.
- open an issue or discussion post to track the effort
- fork this repository, then clone it
- place this in your own module's
go.modto enable testing local changesreplace github.com/k-capehart/go-salesforce/v3 => /path_to_local_fork/
- run format checks locally
make install-toolsmake fmt
- run tests
make testmake test-ouput(with html output)- note that codecov does not count partial lines so calculations may differ
- linting
- install golangci-lint
make lint
- Create a PR and link the issue