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

---

_**Before filing an issue here, please consider whether your problem may be related to a higher-level component such as the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) or the [NVIDIA GPU Operator](https://github.com/NVIDIA/gpu-operator). Issues related to those projects may be better addressed in their respective repositories.**_

_**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):**
- Version: [e.g. `v1.18.2`]
- OS / Distribution: [e.g. Ubuntu24.04]
- Kernel Version: [e.g. 6.8.0-generic]
- Container Runtime Version: [e.g. containerd 2.0.0]
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 libnvidia container -->