packer-cn/.github/ISSUE_TEMPLATE.md

27 lines
931 B
Markdown
Raw Normal View History

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