github.com/pulumi/terraform@v1.4.0/.github/pull_request_template.md (about)

     1  <!--
     2  
     3  Describe in detail the changes you are proposing, and the rationale.
     4  
     5  See the contributing guide:
     6  
     7  https://github.com/hashicorp/terraform/blob/main/.github/CONTRIBUTING.md
     8  
     9  -->
    10  
    11  <!--
    12  
    13  Link all GitHub issues fixed by this PR, and add references to prior
    14  related PRs.
    15  
    16  -->
    17  
    18  Fixes #
    19  
    20  ## Target Release
    21  
    22  <!--
    23  
    24  In normal circumstances we only target changes at the upcoming minor
    25  release, or as a patch to the current minor version. If you need to
    26  port a security fix to an older release, highlight this here by listing
    27  all targeted releases.
    28  
    29  If targeting the next patch release, also add the relevant x.y-backport
    30  label to enable the backport bot.
    31  
    32  -->
    33  
    34  1.4.x
    35  
    36  ## Draft CHANGELOG entry
    37  
    38  <!--
    39  
    40  Choose a category, delete the others:
    41  
    42  -->
    43  
    44  ### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS
    45  
    46  <!--
    47  
    48  Write a short description of the user-facing change. Examples:
    49  
    50  - `terraform show -json`: Fixed crash with sensitive set values.
    51  - When rendering a diff, Terraform now quotes the name of any object attribute whose string representation is not a valid identifier.
    52  - 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.
    53  
    54  --> 
    55  
    56  -