Skip to content

Commit 5b7bbff

Browse files
authored
Update CONTRIBUTING.md
Signed-off-by: Venky <[email protected]>
1 parent 1887a26 commit 5b7bbff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ Developer workflow for code contributions is as follows:
9292

9393
3. Once the code changes are staged on the fork and ready for review, a [Pull Request](https://help.github.com/en/articles/about-pull-requests) (PR) can be [requested](https://help.github.com/en/articles/creating-a-pull-request) to merge the changes from a branch of the fork into a selected branch of upstream. PRs should typically target the `main` branch.
9494
* Creation of a PR creation kicks off the code review process.
95-
* At least one TensorRT-LLM engineer will be assigned for the review. When the PR is under review, the label `Pending Review` will be added to the PR.
95+
* At least one TensorRT-LLM engineer will be assigned for the review. When the PR is under review.
9696
* If changes are requested, then the reviewer will add the label `Changes Requested` to the PR.
9797
* Once changes are approved, CI will be launched to validate the change. When CI passes, the reviewer will merge the PR.
9898
* If CI reports any failures, it's up to the requester to fix any CI failures before requesting another review.
99+
* An automatic comment will be generated with a checklist, that needs to be checked and resolved for merge.
99100

100101
### Automatic Reviewer Assignment
101102

0 commit comments

Comments
 (0)