Merge pull request #390 from arsenyspb/patch-1

Update CONTRIBUTING.md
This commit is contained in:
Julio Castillo 2021-12-15 12:58:22 +01:00 committed by GitHub
commit a4c48b8950
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,8 +7,8 @@ The basic process is pretty simple:
* Fork the Project * Fork the Project
* Create your Feature Branch<br>`git checkout -b feature/AmazingFeature` * Create your Feature Branch<br>`git checkout -b feature/AmazingFeature`
* Commit your Changes<br>`git commit -m 'Add some AmazingFeature` * Commit your Changes<br>`git commit -m 'Add some AmazingFeature`
* Make sure Terraform linting is ok (hint: `terraform format`)
* Make sure tests pass!<br>`pytest # in the root folder` * Make sure tests pass!<br>`pytest # in the root 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]` * 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` * Push to the Branch<br>`git push origin feature/AmazingFeature`
* Open a Pull Request * Open a Pull Request