Skip to content

Commit

Permalink
docs: update branch naming guidelines note (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: rishabh.sharma <[email protected]>
  • Loading branch information
TARishabh and RishabhSharma0007 authored Sep 26, 2024
1 parent de3de50 commit 1231276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Make-a-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Then create a new branch. In this example the branch is named `your-branch-name`
git checkout -b your-branch-name
```

> [!NOTE]
> Do not use the character '/' in your branch name.

## Step 2: Make commits locally to your feature branch

Each commit should be self-contained and have a descriptive commit message that helps other developers understand why the changes were made.
Expand Down

0 comments on commit 1231276

Please sign in to comment.