File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11<!--
22Thank you for your contribution!
33
4+ ## Testing your PR
5+
6+ You can pinpoint the pr changes as terraform module source with following format
7+
8+ ```
9+ source = "github.com/sysdiglabs/terraform-aws-secure-for-cloud//examples/organizational?ref=<BRANCH_NAME>"
10+ ```
11+
12+
413## General recommendations
514Check contribution guidelines at https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/CONTRIBUTE.md#contribution-checklist
615
@@ -11,12 +20,12 @@ For a cleaner PR make sure you follow these recommendations:
1120
1221## Checklist
1322
14- - [ ] If `test/fixtures/*/main.tf` files are modified. I have updated :
23+ - [ ] If `test/fixtures/*/main.tf` files are modified, update :
1524 - [ ] the snippets in the README.md file under root folder.
1625 - [ ] the snippets in the README.md file for the corresponding example.
17- - [ ] If `examples` folder are modified. I have updated :
26+ - [ ] If `examples` folder are modified, update :
1827 - [ ] README.md file with pertinent changes.
1928 - [ ] `test/fixtures/*/main.tf` in case the snippet needs modifications.
20- - [ ] If any architectural change has been made, I have updated the diagrams.
29+ - [ ] If any architectural change has been made, update the diagrams.
2130
2231-->
You can’t perform that action at this time.
0 commit comments