Skip to content

Commit 585bbe2

Browse files
authored
chore: add pull request template for better contribution guidelines (#5057)
This PR adds a small pull request template that should make it easier for maintainers to test new changes as they come in.
1 parent e3325fc commit 585bbe2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)