Skip to content

Commit defa292

Browse files
authored
Merge pull request #1613 from rahulait/add-issue-templates
[CI] : add github issue templates
2 parents 5f72b2e + f406e9c commit defa292

File tree

4 files changed

+63
-0
lines changed

4 files changed

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

.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 nvidia container toolkit -->

0 commit comments

Comments
 (0)