Skip to content

Commit 89f0486

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)