diff --git a/CodingStandards.txt b/CodingStandards.txt index c561669..c6a482c 100644 --- a/CodingStandards.txt +++ b/CodingStandards.txt @@ -50,5 +50,7 @@ For Terraform-related files the standards are: When coding has completed, run the following command: - terraform fmt -recursive + +When committing your changes, use the "git commit -s" form to sign your changes. This is required for the DCO ci/cd step that runs for all PRs. This ensures everyone on the team has the same and consistent file formatting prior to pushing the code into git.