Skip to content

Commit

Permalink
Setup Issue Templates (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg authored Aug 6, 2020
1 parent e35dc9d commit 36daba8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
**What happened?**
A clear and concise description of what the bug is.

**What did you expect to happen?**
A clear and concise description of what you expected to happen.

**How can we reproduce the behavior you experienced?**
Steps to reproduce the behavior:
1. Step 1
2. Step 2
3. Step 3
4. Step 4

**Screenshots / Architecture Diagrams / Network Topologies **
If applicable, add those here to help explain your problem.

** System Information (please complete the following information):**
- Kube-Router Version (`kube-router --version`): [e.g. 1.0.1]
- Kubernetes Version (`kubectl version`) : [e.g. 1.18.3]
- Cloud Type: [e.g. AWS, GCP, Azure, on premise]
- Kubernetes Deployment Type: [e.g. EKS, GKE, Kops, Kubeadm, etc.]
- Kube-Router Deployment Type: [e.g. DaemonSet, System Service]
- Cluster Size: [e.g. 200 Nodes]

** Logs, other output, metrics **
Please provide logs, other kind of output or observed metrics here.

**Additional context**
Add any other context about the problem here.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Kube-Router Channel on Kubernetes Slack
url: https://kubernetes.slack.com/messages/C8DCQGTSB
about: Please ask and answer questions here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is and what the feature provides.

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

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 36daba8

Please sign in to comment.