Skip to content

Commit 4d8d583

Browse files
committed
add github issue templates
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
1 parent 5f72b2e commit 4d8d583

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[Bug]: '
5+
labels: ["bug", "needs-triage"]
6+
7+
---
8+
9+
_**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)**._
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
Detailed steps to reproduce the issue.
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Environment (please provide the following information):**
21+
- `nvidia-container-toolkit` version: [e.g. `v1.18.2`]
22+
- NVIDIA Driver Version: [e.g. 580.105.08]
23+
- Host OS: [e.g. Ubuntu24.04]
24+
- Kernel Version: [e.g. 6.8.0-generic]
25+
- Container Runtime Version: [e.g. containerd 2.0.0]
26+
- CPU Architecture [e.g. `x86_64`, `arm64` ]
27+
- GPU Model(s) [e.g. A100, L40, RTX 3090]
28+
29+
If applicable, also provide:
30+
- Kubernetes Distro and Version: [e.g. K8s, OpenShift, Rancher, GKE, EKS]
31+
- NVIDIA GPU Operator version
32+
- CUDA Version
33+
34+
**Information to [attach](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/)** (optional if deemed irrelevant)
35+
36+
- Output of `nvidia-smi`
37+
- Container logs

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Submit a feature request
4+
title: "[Feature]: "
5+
labels: ["feature", "needs-triage", "lifecycle/frozen"]
6+
---
7+
8+
<!--
9+
A clear and concise description of the feature request.
10+
Please include:
11+
- The motivation for the proposal.
12+
- Whether it is related to a specific problem (e.g., *"I'm working on X and would like Y to be possible"*).
13+
- Links to any related GitHub issues.
14+
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question / General Discussion
3+
about: Ask a question or raise a discussion
4+
title: "[Question]: "
5+
labels: ["question"]
6+
---
7+
8+
<!-- Ask question(s) or raise a discussion related to containerized GPU Drivers -->

0 commit comments

Comments
 (0)