From b47ab9ba488aa99c1d4e2f138099c59efa441878 Mon Sep 17 00:00:00 2001 From: Buke Po Date: Tue, 29 Aug 2017 19:51:07 -0500 Subject: [PATCH] [doc] update CONTRIBUTING.md (#2148) --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce62736ba..49255d9bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,9 +118,8 @@ As part of the cleanup process, you should also run `make pretty-check` to ensur ```bash ./bootstrap -./configure --enable-ftd --enable-cli --enable-diag --enable-dhcp6-client --enable-dhcp6-server --enable-commissioner --enable-joiner --with-examples=posix +./configure make pretty-check - ``` Make sure to include any code format changes in your commits.