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