From 71a4bed4812d4ca9ec98b1c03c56d7c3af4f17b7 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 29 Aug 2022 10:50:23 +0900 Subject: [PATCH] docs: change letter cases in titles --- contributing/workflow.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributing/workflow.md b/contributing/workflow.md index 0ebe3270d5cd..cde1f2eb5de6 100644 --- a/contributing/workflow.md +++ b/contributing/workflow.md @@ -66,7 +66,7 @@ Clone your repository, leaving a local folder for you to work with: > git clone ORIGIN_URL ``` -## Syncing your repository +## Syncing Your Repository Within your local repository, Git will have created an alias, **origin**, for the GitHub repository it is bound to. You want to create @@ -179,11 +179,11 @@ For instance, to commit your work from a debugging session: Just make sure that your commits in a feature branch are all related. -### Changing a commit message +### Changing a Commit Message See . -### When you work on two features +### When You Work on Two Features If you are working on two features at a time, then you will want to switch between them to keep the contributions separate. For instance: @@ -318,7 +318,7 @@ And finally push your local branch to your GitHub repository: > git push --force-with-lease origin fix/problem123 ``` -## If you sent to the wrong branch +## If You Sent to the Wrong Branch If you have sent a PR to the wrong branch, you need to create a new PR branch.