Skip to content

Commit e5dc6e2

Browse files
committed
chore: update contributing guide
1 parent f0533a9 commit e5dc6e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ included in the project:
101101
2. If you cloned a while ago, get the latest changes from upstream:
102102

103103
```bash
104-
git checkout master
105-
git pull upstream master
104+
git checkout dev
105+
git pull upstream dev
106106
```
107107

108-
3. Create a new topic branch (off the main project development branch) to
108+
3. Create a new topic branch (off the development branch "dev") to
109109
contain your feature, change, or fix:
110110

111111
```bash
@@ -121,7 +121,7 @@ included in the project:
121121
5. Locally merge (or rebase) the upstream development branch into your topic branch:
122122

123123
```bash
124-
git pull [--rebase] upstream master
124+
git pull [--rebase] upstream dev
125125
```
126126

127127
6. Push your topic branch up to your fork:

0 commit comments

Comments
 (0)