Update CONTRIBUTING.md

This commit is contained in:
Ludovico Magnocavallo 2022-01-05 03:16:01 +01:00 committed by GitHub
parent 2d18b0d25b
commit 69f94655ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The basic process is pretty simple:
* Fork the Project
* Create your Feature Branch<br>`git checkout -b feature/AmazingFeature`
* Commit your Changes<br>`git commit -m 'Add some AmazingFeature`
* Make sure tests pass!<br>`pytest # in the tests/ folder`
* Make sure tests pass!<br>`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<br>`./tools/tfdoc.py [changed folder]`
* Push to the Branch<br>`git push origin feature/AmazingFeature`