mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
0896223c69
* Enable issue templates This commit adds templates for bug report, feature request and support related issues. Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com> * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> * Update .github/ISSUE_TEMPLATE/enhancement.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> * Update .github/ISSUE_TEMPLATE/support.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
29 lines
812 B
Markdown
29 lines
812 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug encountered while using Node Feature Discovery
|
|
labels: kind/bug
|
|
|
|
---
|
|
|
|
<!-- 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!
|
|
|
|
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
|
|
-->
|
|
|
|
|
|
**What happened**:
|
|
|
|
**What you expected to happen**:
|
|
|
|
**How to reproduce it (as minimally and precisely as possible)**:
|
|
|
|
**Anything else we need to know?**:
|
|
|
|
**Environment**:
|
|
- Kubernetes version (use `kubectl version`):
|
|
- Cloud provider or hardware configuration:
|
|
- OS (e.g: `cat /etc/os-release`):
|
|
- Kernel (e.g. `uname -a`):
|
|
- Install tools:
|
|
- Network plugin and version (if this is a network-related bug):
|
|
- Others:
|