From 0124d2608633f56642b6ed174ad64fdda670a0c5 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 12 Jun 2018 10:11:15 +1000 Subject: [PATCH] Added mkdocs instructions to Contribute --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0bb733d..57dbc49c 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,6 @@ Use "yq [command] --help" for more information about a command. 2. add unit tests 3. apply changes 4. `make [local] build` +5. Update user documentation if required (README.md, mkdocs folder ) +6. `make [local] build-docs` 5. profit