Skip to content

Commit 188ec26

Browse files
committed
docs: update contributing guide to branch off dev instead of main
1 parent 12bcfc5 commit 188ec26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus/docs/Contributing Guide/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Before contributing, ensure you have:
5656
### Creating a Feature Branch
5757

5858
```bash
59-
# Make sure you're on main and up to date
60-
git checkout main
61-
git pull upstream main
59+
# Make sure you're on dev and up to date
60+
git checkout dev
61+
git pull upstream dev
6262

6363
# Create a new feature branch
6464
git checkout -b feature/your-feature-name

0 commit comments

Comments
 (0)