From d68e961b09fba8ef777969306284c175b38b69e2 Mon Sep 17 00:00:00 2001 From: Yingge He Date: Tue, 29 Oct 2024 13:01:57 -0700 Subject: [PATCH] Update pull_request_template_external_contrib.md --- .../pull_request_template_external_contrib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_external_contrib.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_external_contrib.md index e156f64770..722bc69dd9 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template_external_contrib.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_external_contrib.md @@ -34,6 +34,7 @@ Agreement](https://github.com/NVIDIA/triton-inference-server/blob/master/Triton-CCLA-v1.pdf). - [ ] PR title reflects the change and is of format `: `. Check the [conventional commit type](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type). - [ ] Changes are described in the pull request. +- [ ] Related issues are referenced. - [ ] Populated [github labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels) field. - [ ] Added [test plan](#test-plan) and verified test passes. - [ ] Verified that the PR passes existing CI. @@ -41,7 +42,6 @@ Agreement](https://github.com/NVIDIA/triton-inference-server/blob/master/Triton- - [ ] Verified copyright is correct on all changed files. - [ ] Added _succinct_ git squash message before merging [ref](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). - [ ] All template sections are filled out. -- [ ] Optional: Related issues are referenced. - [ ] Optional: Additional screenshots for behavior/output changes with before/after. #### Related PRs: