Merge pull request #794 from GoogleContainerTools/tejal29-issue-template
Add some triage notes to issue template.
This commit is contained in:
commit
2198c04cb4
|
|
@ -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**
|
||||
<!-- 🎉🎉🎉 Thank you for an opening an issue !!! 🎉🎉🎉
|
||||
We are doing our best to get to this. Please help us by helping us prioritize your issue by filling the section below -->
|
||||
|
||||
|
||||
| **Description** | **Yes/No** |
|
||||
|----------------|---------------|
|
||||
| Please check if this a new feature you are proposing | <ul><li>- [ ] </li></ul>|
|
||||
| Please check if the build works in docker but not in kaniko | <ul><li>- [ ] </li></ul>|
|
||||
| Please check if this error is seen when you use `--cache` flag | <ul><li>- [ ] </li></ul>|
|
||||
| Please check if your dockerfile is a multistage dockerfile | <ul><li>- [ ] </li></ul>|
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue