github.com/hashicorp/packer@v1.14.3/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug Report 3 about: You're experiencing an issue with Packer that is different from the documented behavior. 4 labels: bug 5 --- 6 7 <!--- Please keep this note for the community ---> 8 9 #### Community Note 10 11 * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request 12 * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request 13 * If you are interested in working on this issue or have submitted a pull request, please leave a comment 14 15 <!--- Thank you for keeping this note for the community ---> 16 17 When filing a bug, please include the following headings if possible. Any 18 example text in this template can be deleted. 19 20 #### Overview of the Issue 21 22 A paragraph or two about the issue you're experiencing. 23 24 #### Reproduction Steps 25 26 Steps to reproduce this issue 27 28 ### Packer version 29 30 From `packer version` 31 32 ### Simplified Packer Template 33 34 If the file is longer than a few dozen lines, please include the URL to the 35 [gist](https://gist.github.com/) of the log or use the [Github detailed 36 format](https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d) 37 instead of posting it directly in the issue. 38 39 ### Operating system and Environment details 40 41 OS, Architecture, and any other information you can provide about the 42 environment. 43 44 ### Log Fragments and crash.log files 45 46 Include appropriate log fragments. If the log is longer than a few dozen lines, 47 please include the URL to the [gist](https://gist.github.com/) of the log or 48 use the [Github detailed format](https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d) instead of posting it directly in the issue. 49 50 Set the env var `PACKER_LOG=1` for maximum log detail.