From 769515cb8bfcd9ed8b186cfce7c21cec7f45a766 Mon Sep 17 00:00:00 2001 From: Victor Doyle <32184957+VictorDoyle@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:39:18 -0500 Subject: [PATCH] Capitalized first letter in each line of the list (#35472) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- ...hanges-to-a-pull-request-branch-created-from-a-fork.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/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 b/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 index 7e2ec51b1cfb..63186f317aea 100644 --- a/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 +++ b/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 @@ -15,10 +15,10 @@ topics: shortTitle: Commit to PR branch from fork --- You can only make commits on pull request branches that: -* are opened in a repository that you have push access to and that were created from a fork of that repository -* are on a user-owned fork -* have permission granted from the pull request creator -* 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 +* Are opened in a repository that you have push access to and that were created from a fork of that repository +* Are on a user-owned fork +* Have permission granted from the pull request creator +* 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 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)."