From a3c1c3168d3bfdf528d988da1e029712deb834f7 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Tue, 27 Jun 2017 15:32:52 +0200 Subject: [PATCH 1/2] Deflect some issues which are not bugs I think we should make it more clear that connection issues are generally not bugs and should be sent to the mailing list or IRC etc. What do you think? --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cb73142c3..2cf5061c2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,13 @@ +_Read these instructions before submitting_ + **DELETE THIS TEMPLATE BEFORE SUBMITTING** _Only use Github issues to report bugs or feature requests, see https://www.packer.io/community.html_ +Specifically we _don't accept_ issues for: +- _Timeout waiting for SSH/WinRM_ - Unless there is evidence pointing towards a bug in packer. e.g it works with a previous version, or you can manually connect with the same credentials, etc. Ask on the mailing list if you are unsure. + If you are planning to open a pull-request just open the pull-request instead of making an issue first. FOR FEATURES: From d0e4f36414d362b30284bf9d87de21ebc28c805a Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 28 Jun 2017 07:39:26 +0200 Subject: [PATCH 2/2] Updated ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2cf5061c2..0f53bacaf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,11 @@ -_Read these instructions before submitting_ +_Please read these instructions before submitting_ **DELETE THIS TEMPLATE BEFORE SUBMITTING** _Only use Github issues to report bugs or feature requests, see https://www.packer.io/community.html_ -Specifically we _don't accept_ issues for: -- _Timeout waiting for SSH/WinRM_ - Unless there is evidence pointing towards a bug in packer. e.g it works with a previous version, or you can manually connect with the same credentials, etc. Ask on the mailing list if you are unsure. +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. If you are planning to open a pull-request just open the pull-request instead of making an issue first. @@ -24,3 +23,4 @@ Describe the problem and include the following information: Please paste this in a gist https://gist.github.com - The _simplest example template and scripts_ needed to reproduce the bug. Include these in your gist https://gist.github.com +