From 3cfd7c13e7ce7eee37e8edcd94f1788d13454300 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 22 Nov 2016 08:40:05 +0100 Subject: [PATCH] Ask about non-dockerized jenkins in issue template --- .github/ISSUE_TEMPLATE.md | 2 ++ CONTRIBUTING.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8de0f79..44440f6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -15,6 +15,8 @@ If after going through the previous checklist you still think you should create ### Expected outcome +### Have you tried a non-dockerized Jenkins and get the expected outcome? + ### Output of `docker version` ### Other relevant information diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49a61f5..92aafd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,5 +11,6 @@ If after going through the previous checklist you still think you should create * Docker commands that you execute * Actual result * Expected outcome +* Have you tried a non-dockerized Jenkins and get the expected outcome? * Output of `docker version` * Other relevant information