We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3325fc commit 585bbe2Copy full SHA for 585bbe2
.github/pull_request_template.md
@@ -0,0 +1,19 @@
1
+## Description
2
+
3
+<!-- Briefly describe the changes in this PR. -->
4
5
+## Test Plan
6
7
+<!--
8
+ Please describe how you tested these changes. This helps reviewers understand
9
+ the scope and confidence level of the change. Examples:
10
11
+ - Ran `terraform plan` against an existing deployment
12
+ - Added/updated unit tests (link to test file or describe coverage)
13
+ - Deployed to a test environment and triggered a workflow run
14
+ - Validated with `terraform validate` and `tflint`
15
+-->
16
17
+## Related Issues
18
19
+<!-- Link any related issues, e.g. Fixes #123, Closes #456 -->
0 commit comments