From aa44410f1742f6a0b89bf50537277a5dca83195c Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Fri, 27 Sep 2019 12:53:59 -0700 Subject: [PATCH] Add some triage notes to issues. --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f25773d76c..b0d8784b86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,7 @@ 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. @@ -21,3 +22,16 @@ Steps to reproduce the behavior: - Build Context Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands) - Kaniko Image (fully qualified with digest) + + **Triage Notes for the Maintainers** + + + + | **Description** | **Yes/No** | + |----------------|---------------| + | Please check if this a new feature you are proposing | | + | Please check if the build works in docker but not in kaniko | | + | Please check if this error is seen when you use `--cache` flag | | + | Please check if your dockerfile is a multistage dockerfile | | +