Skip to content

Commit b4a46bc

Browse files
docs: fix CONTRIBUTING push branch instructions (#9324)
1 parent cefa634 commit b4a46bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ As a **contributor** you will push your completed **local** topic branch to **or
7373

7474
The upstream repository holds a single primary branch that we maintain:
7575

76-
* **upstream/master** - This is the where main development takes place
76+
* **upstream/master** - This is where main development takes place
7777

7878
## Topic Branches
7979

@@ -103,10 +103,10 @@ $ git add --all
103103
$ git commit
104104
```
105105

106-
You can push your changes to your fork's master branch using:
106+
You can push your changes to your fork's topic branch using:
107107

108108
```bash
109-
$ git push origin master
109+
$ git push origin bug-123-short-issue-description
110110
```
111111

112112
When committing, be sure to follow [best practices](https://github.com/erlang/otp/wiki/Writing-good-commit-messages) writing good commit descriptions.

0 commit comments

Comments
 (0)