Skip to content

Commit b0f5c7c

Browse files
committed
fix: contributing includes CI
1 parent 7ce0940 commit b0f5c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ ./mc --help
2727

2828
* When you're ready to create a pull request, be sure to:
2929
- Have test cases for the new code. If you have questions about how to do it, please ask in your pull request.
30-
- Run `go fmt`
30+
- Run the lints which will be run in the CI: `golangci-lint run -j8` (install locally from https://github.com/golangci/golangci-lint)
3131
- Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
3232
- Make sure `make install` completes.
3333

0 commit comments

Comments
 (0)