Skip to content

Commit 769515c

Browse files
Capitalized first letter in each line of the list (#35472)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 9df207d commit 769515c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ topics:
1515
shortTitle: Commit to PR branch from fork
1616
---
1717
You can only make commits on pull request branches that:
18-
* are opened in a repository that you have push access to and that were created from a fork of that repository
19-
* are on a user-owned fork
20-
* have permission granted from the pull request creator
21-
* don't have [branch restrictions](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#restrict-who-can-push-to-matching-branches) that will prevent you from committing
18+
* Are opened in a repository that you have push access to and that were created from a fork of that repository
19+
* Are on a user-owned fork
20+
* Have permission granted from the pull request creator
21+
* Don't have [branch restrictions](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#restrict-who-can-push-to-matching-branches) that will prevent you from committing
2222

2323
Only the user who created the pull request can give you permission to push commits to the user-owned fork. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)."
2424

0 commit comments

Comments
 (0)