Skip to content

Commit c0dbda1

Browse files
author
iru
authored
docs: add to pr template tf source tip
1 parent b9cb715 commit c0dbda1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!--
22
Thank 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
514
Check 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
-->

0 commit comments

Comments
 (0)