From fffa79b8194669f299bf4306885354b825385e9b Mon Sep 17 00:00:00 2001 From: John Clark Date: Wed, 26 Apr 2023 12:33:45 -0400 Subject: [PATCH] Add 'go fmt' step to avoid lint build failure. Signed-off-by: John Clark --- content/docs/guides/contributing/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/guides/contributing/_index.md b/content/docs/guides/contributing/_index.md index 3f15640b..9a67a944 100644 --- a/content/docs/guides/contributing/_index.md +++ b/content/docs/guides/contributing/_index.md @@ -44,6 +44,7 @@ Here is how to contribute back some code or documentation: - Fork repo - Create a feature branch off of the `dev` branch - Make some useful change +- Format the change using `make fmt` - Make sure the tests still pass - Submit a pull request against the `dev` branch. - Be kind