From 203bc39a2f1c175b91b9208c7a1c6b88bf35b4a9 Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Wed, 20 Feb 2019 11:56:48 -0800 Subject: [PATCH] add mvn call --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7185da9882f2..ce325fafc742 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,7 @@ Coding Style Maintain the coding style in the project and in particular the modified files. Follow the Google Java [style](https://google.github.io/styleguide/javaguide.html). +In pull requests, please run `mvn com.coveo:fmt-maven-plugin:format` to format your code diff. ## Contributor License Agreements