2017-06-28 07:39:26 +02:00
_Please read these instructions before submitting_
2017-06-27 15:32:52 +02:00
2016-03-07 12:05:59 +01:00
**DELETE THIS TEMPLATE BEFORE SUBMITTING**
2017-03-30 00:25:35 -07:00
_Only use Github issues to report bugs or feature requests, see
https://www.packer.io/community.html_
2016-04-11 12:55:11 +02:00
2017-06-28 07:39:26 +02:00
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.
2017-06-27 15:32:52 +02:00
2016-03-01 19:31:07 -08:00
If you are planning to open a pull-request just open the pull-request instead of making an issue first.
2016-02-24 17:41:57 -08:00
FOR FEATURES:
2016-03-07 12:05:59 +01:00
Describe the feature you want and your use case _clearly_ .
2016-02-24 17:41:57 -08:00
FOR BUGS:
Describe the problem and include the following information:
2016-08-25 08:46:42 +02:00
- Packer version from `packer version`
2016-02-24 17:41:57 -08:00
- Host platform
2016-02-26 10:47:29 -08:00
- Debug log output from `PACKER_LOG=1 packer build template.json` .
2016-02-24 17:41:57 -08:00
Please paste this in a gist https://gist.github.com
2016-03-07 12:05:59 +01:00
- The _simplest example template and scripts_ needed to reproduce the bug.
2016-02-24 17:41:57 -08:00
Include these in your gist https://gist.github.com
2017-06-28 07:39:26 +02:00