You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
20
20
21
21
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
22
22
23
-
- Make sure that your code is formatted correctly: `make gofmt`.
23
+
- Make sure that your code is formatted correctly according to `go fmt`: `go fmt .`.
24
24
- Write tests.
25
25
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
26
26
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
0 commit comments