mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31814 from hashicorp/alisdair/pull-request-template
Add initial pull request template
This commit is contained in:
commit
4153685bfe
56
.github/pull_request_template.md
vendored
Normal file
56
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
<!--
|
||||
|
||||
Describe in detail the changes you are proposing, and the rationale.
|
||||
|
||||
See the contributing guide:
|
||||
|
||||
https://github.com/hashicorp/terraform/blob/main/.github/CONTRIBUTING.md
|
||||
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
||||
Link all GitHub issues fixed by this PR, and add references to prior
|
||||
related PRs.
|
||||
|
||||
-->
|
||||
|
||||
Fixes #
|
||||
|
||||
## Target Release
|
||||
|
||||
<!--
|
||||
|
||||
In normal circumstances we only target changes at the upcoming minor
|
||||
release, or as a patch to the current minor version. If you need to
|
||||
port a security fix to an older release, highlight this here by listing
|
||||
all targeted releases.
|
||||
|
||||
If targeting the next patch release, also add the relevant x.y-backport
|
||||
label to enable the backport bot.
|
||||
|
||||
-->
|
||||
|
||||
1.4.x
|
||||
|
||||
## Draft CHANGELOG entry
|
||||
|
||||
<!--
|
||||
|
||||
Choose a category, delete the others:
|
||||
|
||||
-->
|
||||
|
||||
### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS
|
||||
|
||||
<!--
|
||||
|
||||
Write a short description of the user-facing change. Examples:
|
||||
|
||||
- `terraform show -json`: Fixed crash with sensitive set values.
|
||||
- When rendering a diff, Terraform now quotes the name of any object attribute whose string representation is not a valid identifier.
|
||||
- The local token configuration in the cloud and remote backend now has higher priority than a token specified in a credentials block in the CLI configuration.
|
||||
|
||||
-->
|
||||
|
||||
-
|
Loading…
Reference in New Issue
Block a user