github.com/hashicorp/packer@v1.14.3/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  **DELETE THIS PART BEFORE SUBMITTING**
     2  
     3  In order to have a good experience with our community, we recommend that you
     4  read the contributing guidelines for making a PR, and understand the lifecycle
     5  of a Packer Plugin PR:
     6  - https://github.com/hashicorp/$REPO_NAME/blob/main/.github/CONTRIBUTING.md#opening-an-pull-request
     7  
     8  Please include tests. Check out these examples:
     9  
    10  - https://github.com/hashicorp/packer/blob/master/builder/parallels/common/ssh_config_test.go#L34
    11  - https://github.com/hashicorp/packer/blob/master/post-processor/compress/post-processor_test.go#L153-L182
    12  
    13  ----
    14  
    15  ### Description
    16  What code changed, and why?
    17  
    18  ### Resolved Issues
    19  If your PR resolves any open issue(s), please indicate them like this so they 
    20  will be closed when your PR is merged:
    21  Closes #xxx
    22  Closes #xxx
    23  
    24  <!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -->
    25  ### Rollback Plan
    26  If a change needs to be reverted, we will roll out an update to the code within 
    27  7 days.
    28  
    29  ### Changes to Security Controls
    30  Are there any changes to security controls (access controls, encryption, logging) 
    31  in this pull request? If so, explain.