Skip to content

Commit

Permalink
Add instruction to create new branch in contribute guide
Browse files Browse the repository at this point in the history
The contribute guide has been updated to include an explicit step for creating a new branch for changes. This clarification ensures contributors understand the importance of not making changes directly on the main branch.
  • Loading branch information
manu committed Jun 30, 2024
1 parent 7bc9dd5 commit fb2d512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ git checkout master
# Pull the latest updates
git pull

# Create a new branch for your changes
git checkout -b <YOUR-BRANCH-NAME>
```

Expand Down

0 comments on commit fb2d512

Please sign in to comment.