-
Make one or more atomic commits, and ensure that each commit has a descriptive commit message. Commit messages should be line wrapped at 72 characters.
-
Run
go test ./..., and address any errors. Preferably, fix commits in place usinggit rebaseorgit commit --amendto make the changes easier to review. -
Open a pull request.