Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 717 Bytes

File metadata and controls

19 lines (17 loc) · 717 Bytes

Contributing

Anyone is welcome to contribute.

  1. open an issue or discussion post to track the effort
  2. fork this repository, then clone it
  3. place this in your own module's go.mod to enable testing local changes
    • replace github.com/k-capehart/go-salesforce/v3 => /path_to_local_fork/
  4. run format checks locally
    • make install-tools
    • make fmt
  5. run tests
    • make test
    • make test-ouput (with html output)
    • note that codecov does not count partial lines so calculations may differ
  6. linting
  7. Create a PR and link the issue