diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a183e3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +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):** + - Version / tag: [e.g. `v0.13.0-0`] + - Go version: [e.g. go1.24.3] + - Operating system: [e.g. Ubuntu 24.04] + - Hardware / GPU model: [e.g. H100 GPU] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1074a9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Submit a feature request +title: "[Feature]: " +labels: ["feature", "needs-triage"] +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..7247bdb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: Question / General Discussion +about: Ask a question or raise a discussion +title: "[Question]: " +labels: ["question"] +--- + +