moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
446 stars 149 forks source link

Update CONTRIBUTING.md (fixed bad links, minor spelling and grammar fixes) #1442

Closed n2847 closed 13 hours ago

n2847 commented 1 week ago

Made some small changes to ACH's CONTRIBUTING.md file, including fixing broken links:

While the aforementioned changes should be good, there are still some questions that I have:

n2847 commented 1 week ago

In addition to the other questions mentioned in the pull request, I wondered about the "-bench=BenchmarkWEBDebitRead" Benchmarks example. That particular "go test" call doesn't reference an executable. Should it?

Here are the other questions that were included in the merge request:

@adamdecaf

adamdecaf commented 13 hours ago

Thanks for all the careful attention here. You're right in that we have some old information in that file. I'll clear it out.