Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ about: Tell us about a problem you are experiencing

---

/kind bug

**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]
[A clear and concise description on how to REPRODUCE the bug.]


**What did you expect to happen:**
Expand All @@ -23,3 +21,5 @@ about: Tell us about a problem you are experiencing
- Minikube/KIND version:
- Kubernetes version: (use `kubectl version`):
- OS (e.g. from `/etc/os-release`):

/kind bug
19 changes: 15 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
---
name: Feature enhancement request
name: RFE: Feature enhancement request
about: Suggest an idea for this project

---
**User Story**

/kind feature
As a [developer/user/operator] I would like to [high level description] for [reasons]

**Detailed Description**

**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]

***Goals***
- 1. Goal 1
- 1. Goal 2

***Non-Goals***
- 1. Non-Goal 1
- 1. Non-Goal 2

**Anything else you would like to add:**

[Miscellaneous information that will assist in solving the issue.]

/kind feature