From 31647f86870537c21c362d1154d739d2eea7fa76 Mon Sep 17 00:00:00 2001 From: priyawadhwa Date: Tue, 4 Sep 2018 14:59:05 -0700 Subject: [PATCH] Update issue templates Add issue template for kaniko bugs. Should fix #338 --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..f25773d76 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Report a bug in kaniko + +--- + +**Actual behavior** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... +2. ... + +**Additional Information** + - Dockerfile + Please provide either the Dockerfile you're trying to build or one that can reproduce this error. + - Build Context + Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands) + - Kaniko Image (fully qualified with digest)