Skip to content

Commit ea73a0f

Browse files
committed
docs: keep the Commit Type checklist in the external PR template
Review feedback on triton-inference-server/server#8890: external contributors keep the visual commit-type checklist for now; internal contributors rely on the enforced conventional-pr workflow and commit-msg hook. TRI-1100
1 parent 6cc271f commit ea73a0f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

PULL_REQUEST_TEMPLATE/pull_request_template_external_contrib.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ Agreement](https://github.com/NVIDIA/triton-inference-server/blob/master/Triton-
1616
- [ ] All template sections are filled out.
1717
- [ ] Optional: Additional screenshots for behavior/output changes with before/after.
1818

19+
#### Commit Type:
20+
Check the [conventional commit type](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type)
21+
box here and add the label to the github PR.
22+
- [ ] build
23+
- [ ] ci
24+
- [ ] docs
25+
- [ ] feat
26+
- [ ] fix
27+
- [ ] perf
28+
- [ ] refactor
29+
- [ ] revert
30+
- [ ] style
31+
- [ ] test
32+
1933
#### Related PRs:
2034
<!-- Related PRs from other Repositories -->
2135

0 commit comments

Comments
 (0)