mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-02 00:19:10 +00:00
Add issue template for {bug,enhance,support}
This commit is contained in:
parent
550f68024f
commit
d03379d768
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/support.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE/support.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
name: Support Request
|
||||||
|
about: Support request or question relating to multus-cni
|
||||||
|
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user