Add some triage notes to issues.
This commit is contained in:
parent
51734fc3a3
commit
aa44410f17
|
|
@ -7,6 +7,7 @@ about: Report a bug in kaniko
|
||||||
**Actual behavior**
|
**Actual behavior**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
|
@ -21,3 +22,16 @@ Steps to reproduce the behavior:
|
||||||
- Build Context
|
- Build Context
|
||||||
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
|
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
|
||||||
- Kaniko Image (fully qualified with digest)
|
- 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