Skip to content

Commit 9818bf2

Browse files
committed
Clariy the GitHub PR doc that a "single commit" is only the expected initial state
Review rounds can add more commits, this addresses a post-merge comment.
1 parent 37a20cc commit 9818bf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/GitHub.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ recommended.
3939

4040
Creating Pull Requests
4141
----------------------
42-
Keep in mind that each pull request should generally only contain one commit.
42+
Keep in mind that when creating a pull request, it should generally only contain one
43+
self-contained commit initially.
4344
This makes it easier for reviewers to understand the introduced changes and
4445
provide feedback. It also helps maintain a clear and organized commit history
4546
for the project. If you have multiple changes you want to introduce, it's

0 commit comments

Comments
 (0)