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
Copy file name to clipboardExpand all lines: CONTRIBUTION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,6 @@ The best way to avoid this problem is to
52
52
3. Make those changes and submit a new PR from the _branch_ back to the main repository
53
53
4. If you want to make changes for another issue before the PR from step#3 was accepted and merged, create a new branch from your unmodified fork, so that it's starting from the same state that the main repository is currently in
54
54
5. Make the changes in the new branch, and submit a PR from that branch to the main repository
55
-
6. Now your PRs from #3 and #5 are independent, and #5 won't contain the changes
55
+
6. Now your PRs from #3 and #5 are independent, and #5 won't repeat or interfere with the changes from #3
56
56
57
57
If PRs are not kept independent, they may be rejected.
0 commit comments