Skip to content

Commit 4e47e36

Browse files
committed
docs: brach from develop should be for bugfix PR
1 parent 9aa0c84 commit 4e47e36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing/workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@ Synchronize your repository:
190190
Bring your feature branch up to date:
191191

192192
```console
193-
> git switch new/mind-reader
193+
> git switch fix/issue-123
194194
> git rebase upstream/develop
195195
```
196196

197197
And finally push your local branch to your GitHub repository:
198198

199199
```console
200-
> git push --force-with-lease origin new/mind-reader
200+
> git push --force-with-lease origin fix/issue-123
201201
```
202202

203203
## Pull Requests
@@ -262,7 +262,7 @@ Synchronize your repository:
262262
Bring your feature branch up to date:
263263

264264
```console
265-
> git switch new/mind-reader
265+
> git switch fix/problem123
266266
> git rebase upstream/develop
267267
```
268268

@@ -273,7 +273,7 @@ collaborating with the shared repository.
273273
And finally push your local branch to your GitHub repository:
274274

275275
```console
276-
> git push --force-with-lease origin new/mind-reader
276+
> git push --force-with-lease origin fix/problem123
277277
```
278278

279279
## Cleanup

0 commit comments

Comments
 (0)