From 4e842c75f837f9875788370e1a2bba2d9080628a Mon Sep 17 00:00:00 2001 From: Arne Kepp Date: Mon, 17 Apr 2017 18:30:04 +0200 Subject: [PATCH] Mention submodule dependency (#573) Mention that the integration tests will not work unless you manually initialize and update submodules --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41768cfd..0d5a9ca1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,7 @@ The development workflow is the following: - Fork project and clone your fork - Create a branch using `git checkout -b branch_name` (you can use `issue-xxx` if fixing an existing issue) +- Run `git submodule init` and `git submodule update` to get the BATS submodules - Code :-) - Add integration tests in `test/tests.bats` - Use `make` to build image locally and run tests