github.com/mitchellh/packer@v1.3.2/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  **DELETE THIS TEMPLATE BEFORE SUBMITTING**
     2  
     3  Describe the change you are making here!
     4  
     5  Please include tests. Check out these examples:
     6  
     7  - https://github.com/hashicorp/packer/blob/master/builder/virtualbox/common/ssh_config_test.go#L19-L37
     8  - https://github.com/hashicorp/packer/blob/master/post-processor/compress/post-processor_test.go#L153-L182
     9  
    10  If your PR resolves any open issue(s), please indicate them like this so they will be closed when your PR is merged:
    11  
    12  Closes #xxx
    13  Closes #xxx