Skip to content

Commit

Permalink
Update dev docs to use branch (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Aug 7, 2023
1 parent 49d2e09 commit 66b2a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/community/code-contributions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ Once installed, the pre-commit hooks will run automatically when you make a comm
1. Before you start, make sure to pull the latest changes from upstream.

```bash
git checkout main
git pull upstream main
git checkout develop
git pull upstream develop
```

2. Create a branch for the bug or feature you want to work on. The branch name will appear in the merge message, so use a sensible, self-explanatory name:
Expand Down

0 comments on commit 66b2a5e

Please sign in to comment.