From d8835bce60d605a1e7a38eec6d7d18943a33ee6c Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 25 Jun 2026 10:47:34 +0530 Subject: [PATCH] docs: add missing git add command to contribution workflow --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e0d45..506767b 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,8 @@ Contributions are welcome! # Create your feature branch git checkout -b feature/amazing-feature -# Commit changes +# Stage and commit changes +git add . git commit -m "Add amazing feature" # Push