diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a8e88ea..619c6cca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,6 +46,11 @@ git checkout -b my-feature **4.** Make Changes: Make your desired changes to the codebase. +```bash +git add . +git add +``` + **5.** Commit Changes: Commit your changes with a descriptive commit message: ```bash