Skip to content

Commit

Permalink
Merge pull request #232 from P-lavanya16/patch-2
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
Sulagna-Dutta-Roy authored May 17, 2024
2 parents c851578 + 5e21e41 commit fac3b40
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 fac3b40

Please sign in to comment.