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

     1  _Please read these instructions before submitting_
     2  
     3  **DELETE THIS TEMPLATE BEFORE SUBMITTING**
     4  
     5  _Only use GitHub issues to report bugs or feature requests, see
     6  https://www.packer.io/community.html_
     7  
     8  For example, _Timeouts waiting for SSH/WinRM_ are generally not bugs within packer and are better addressed by the mailing list. Ask on the mailing list if you are unsure.
     9  
    10  If you are planning to open a pull-request just open the pull-request instead of making an issue first.
    11  
    12  FOR FEATURES:
    13  
    14  Describe the feature you want and your use case _clearly_.
    15  
    16  FOR BUGS:
    17  
    18  Describe the problem and include the following information:
    19  
    20  - Packer version from `packer version`
    21  - Host platform
    22  - Debug log output from `PACKER_LOG=1 packer build template.json`.
    23    Please paste this in a gist https://gist.github.com
    24  - The _simplest example template and scripts_ needed to reproduce the bug.
    25    Include these in your gist https://gist.github.com
    26