Skip to content

Commit f1862a0

Browse files
authored
Merge pull request #6447 from kenjis/update-contributing/workflow.md
docs: update contributing/workflow.md
2 parents bae9665 + 71a4bed commit f1862a0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

contributing/workflow.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Clone your repository, leaving a local folder for you to work with:
6666
> git clone ORIGIN_URL
6767
```
6868

69-
## Syncing your repository
69+
## Syncing Your Repository
7070

7171
Within your local repository, Git will have created an alias,
7272
**origin**, for the GitHub repository it is bound to. You want to create
@@ -179,7 +179,11 @@ For instance, to commit your work from a debugging session:
179179

180180
Just make sure that your commits in a feature branch are all related.
181181

182-
### When you work on two features
182+
### Changing a Commit Message
183+
184+
See <https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message>.
185+
186+
### When You Work on Two Features
183187

184188
If you are working on two features at a time, then you will want to
185189
switch between them to keep the contributions separate. For instance:
@@ -314,7 +318,7 @@ And finally push your local branch to your GitHub repository:
314318
> git push --force-with-lease origin fix/problem123
315319
```
316320

317-
## If you sent to the wrong branch
321+
## If You Sent to the Wrong Branch
318322

319323
If you have sent a PR to the wrong branch, you need to create a new PR branch.
320324

0 commit comments

Comments
 (0)