Skip to content
Open
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
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: '[Bug]: '
labels: ["bug", "needs-triage"]

---

_**Important Note: NVIDIA AI Enterprise customers can get support from NVIDIA Enterprise support. Please open a case [here](https://enterprise-support.nvidia.com/s/create-case)**._

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Detailed steps to reproduce the issue.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment (please provide the following information):**
- `k8s-driver-manager` source (Commit SHA or image digest): [e.g. `sha256:abcdef012345...`]
- Host OS: [e.g. Ubuntu24.04]
- Kernel Version: [e.g. 6.8.0-generic]
- NVIDIA Driver Version: [e.g. 580.105.08]
- Container Runtime Version: [e.g. containerd 2.0.0]
- CPU Architecture [e.g. `x86_64`, `arm64` ]
- GPU Model(s) [e.g. A100, L40, RTX 3090]

If applicable, also provide:
- Kubernetes Distro and Version: [e.g. K8s, OpenShift, Rancher, GKE, EKS]
- NVIDIA GPU Operator version

**Information to [attach](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/)** (optional if deemed irrelevant)

- Container logs
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Submit a feature request
title: "[Feature]: "
labels: ["feature", "needs-triage", "lifecycle/frozen"]
---

<!--
A clear and concise description of the feature request.
Please include:
- The motivation for the proposal.
- Whether it is related to a specific problem (e.g., *"I'm working on X and would like Y to be possible"*).
- Links to any related GitHub issues.
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Question / General Discussion
about: Ask a question or raise a discussion
title: "[Question]: "
labels: ["question"]
---

<!-- Ask question(s) or raise a discussion related to k8s driver manager -->