Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Description

<!-- Briefly describe the changes in this PR. -->

## Test Plan

<!--
Please describe how you tested these changes. This helps reviewers understand
the scope and confidence level of the change. Examples:

- Ran `terraform plan` against an existing deployment
- Added/updated unit tests (link to test file or describe coverage)
- Deployed to a test environment and triggered a workflow run
- Validated with `terraform validate` and `tflint`
-->

## Related Issues

<!-- Link any related issues, e.g. Fixes #123, Closes #456 -->