Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Add issue template for kaniko bugs. Should fix #338
  • Loading branch information
priyawadhwa committed Sep 4, 2018
1 parent 2e10d27 commit 31647f8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 31647f8

Please sign in to comment.