diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..4d48d883c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +about: Report a bug encountered + +--- + + + +**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 -o yaml`) +- Other log outputs (if you use multus logging) diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..e41646d03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,10 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to multus + +--- + + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 000000000..a907050bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,5 @@ +--- +name: Support Request +about: Support request or question relating to multus-cni + +---