Skip to content

Commit

Permalink
Merge pull request #184 from s1061123/dev/issue_template
Browse files Browse the repository at this point in the history
Add issue template for {bug,enhance,support}
  • Loading branch information
dougbtv committed Nov 15, 2018
2 parents bf89318 + d03379d commit cbf737b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,28 @@
---
name: Bug Report
about: Report a bug encountered

---
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->


**What happend**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:

- Multus version
image path and image ID (from 'docker images')
- Kubernetes version (use `kubectl version`):
- Primary CNI for Kubernetes cluster:
- OS (e.g. from /etc/os-release):
- File of '/etc/cni/net.d/'
- File of '/etc/cni/multus/net.d'
- NetworkAttachment info (use `kubectl get net-attach-def -o yaml`)
- Target pod yaml info (with annotation, use `kubectl get pod <podname> -o yaml`)
- Other log outputs (if you use multus logging)
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,10 @@
---
name: Enhancement Request
about: Suggest an enhancement to multus

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
@@ -0,0 +1,5 @@
---
name: Support Request
about: Support request or question relating to multus-cni

---

0 comments on commit cbf737b

Please sign in to comment.