Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
P-lavanya16 authored May 16, 2024
1 parent 58b082a commit 5e21e41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ git checkout -b my-feature

**4.** Make Changes: Make your desired changes to the codebase.

```bash
git add .
git add <filename>
```

**5.** Commit Changes: Commit your changes with a descriptive commit message:

```bash
Expand Down

0 comments on commit 5e21e41

Please sign in to comment.