Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Bug report
about: Share about things that are not working as expected

---

/kind bug

**Bug description:**
[Describe the bug in detail including how to reproduce it. Please include any relevant output or screenshots.]

**System information:**
[Please include your OS, Kubernetes, and kubectl versions as well as anything else that is relevant for us to reproduce or understand the issue.]
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Documentation
about: Report any mistakes or missing information from the documentation or the examples

---

/kind documentation

**Link to the issue:**
[Please include a link to the specific documentation or example.]

**Description of the issue:**
[Describe the issue in detail including screenshots and text pastes. Pleae also include what the fix should be if possible.]
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest a functionality not supported by the project

---

/kind feature

**What is the feature and why do you need it:**
[Is your feature request related to a problem? Please describe the problem in detail including any workarounds you are using.]

**Describe the solution you'd like:**
[A clear and concise description of what you want to happen.]
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Ask any questions about the project

---

/triage support

**Question:**
[Ask any question about this project but please include relevant details such as versions, screenshots, or error output as well as what you've tried already.]