From 69f94655acbb9dc465d324fa9e633a0cf49d7386 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 5 Jan 2022 03:16:01 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77505fca..ed2815b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ The basic process is pretty simple: * Fork the Project * Create your Feature Branch
`git checkout -b feature/AmazingFeature` * Commit your Changes
`git commit -m 'Add some AmazingFeature` -* Make sure tests pass!
`pytest # in the tests/ folder` +* Make sure tests pass!
`pytest # in the root or `tests` folder` * Make sure Terraform linting is ok (hint: `terraform fmt -recursive` in the root folder) * Make sure any changes to variables and outputs are reflected in READMEs
`./tools/tfdoc.py [changed folder]` * Push to the Branch
`git push origin feature/AmazingFeature`