You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt the shared pre-commit baseline: two-line SPDX header, conventional
commit message validation (commit-msg stage), and the centralized
add-license / add-spdx-license hooks from developer_tools v0.2.0.
Run pre-commit CI only on files modified by the PR, and roll out the
standard issue templates and the simplified single PR template.
TRI-1100
A clear and concise description of what the bug is.
12
+
13
+
**Triton Information**
14
+
What version of Triton are you using?
15
+
16
+
Are you using the Triton container or did you build it yourself?
17
+
18
+
**To Reproduce**
19
+
Steps to reproduce the behavior.
20
+
21
+
Describe the models (framework, inputs, outputs), ideally include the model configuration file (if using an ensemble include the model configuration file for that as well).
22
+
23
+
**Expected behavior**
24
+
A clear and concise description of what you expected to happen.
SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
+
SPDX-License-Identifier: BSD-3-Clause
4
+
-->
5
+
6
+
#### What does the PR do?
7
+
<!-- Describe the change and the motivation behind it. -->
8
+
9
+
#### Related Issues / PRs
10
+
<!-- Use "Closes #xxx" / "Fixes #xxx" / "Resolves #xxx" for issues.
11
+
Link related PRs from other triton-inference-server repositories. -->
12
+
13
+
#### Test plan
14
+
<!-- How was this change verified? List steps, tests added, or CI evidence. -->
15
+
16
+
#### Caveats
17
+
<!-- Optional: known limitations or follow-ups. -->
18
+
19
+
#### Checklist
20
+
-[ ] PR title follows `<commit_type>: <Title>` (conventional commit — enforced by the `conventional-pre-commit` hook)
21
+
-[ ] I ran `pre-commit install && pre-commit run --all-files` locally and it passes
22
+
-[ ] Copyright header is correct on all changed files
23
+
-[ ] External contributors: I have read the [Contribution guidelines](../CONTRIBUTING.md) and signed the [Contributor License Agreement](https://github.com/NVIDIA/triton-inference-server/blob/master/Triton-CCLA-v1.pdf)
0 commit comments