Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Issue Templates #963

Merged
merged 1 commit into from
Aug 6, 2020
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
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.