diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a350db595..7eb1e1f67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,14 +66,14 @@ noninteractively, using the prepared test project. 1. Run `make docker_run` to start the testing Docker container in interactive mode. -1. Run `kitchen_do create ` to initialize the working +2. Run `kitchen_do create ` to initialize the working directory for an example module. -1. Run `kitchen_do converge ` to apply the example module. +3. Run `kitchen_do converge ` to apply the example module. -1. Run `kitchen_do verify ` to test the example module. +4. Run `kitchen_do verify ` to test the example module. -1. Run `kitchen_do destroy ` to destroy the example module +5. Run `kitchen_do destroy ` to destroy the example module state. ## Linting and Formatting