From 94e6ba2a08b6abaf288ebe3df2b69c0d61da4902 Mon Sep 17 00:00:00 2001 From: GauthamKrishna <192421128.simats@saveetha.com> Date: Thu, 13 Aug 2026 10:10:22 +0530 Subject: [PATCH 1/2] Update README with new feature --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c11b8af..c006a99 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ Video Link: [https://youtu.be/QZPv1y2znZo](https://youtu.be/QZPv1y2znZo) pip install pyinstaller pyinstaller --onefile -w calc.py ``` + +## New Feature + +Added documentation for the calculator project as part of the GitHub collaborative development workflow. \ No newline at end of file From 83732c999a12a54175fedb4aac2df2db229b6d22 Mon Sep 17 00:00:00 2001 From: GauthamKrishna <192421128.simats@saveetha.com> Date: Thu, 13 Aug 2026 10:21:16 +0530 Subject: [PATCH 2/2] Address review feedback --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c006a99..41c611c 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ pyinstaller --onefile -w calc.py ## New Feature -Added documentation for the calculator project as part of the GitHub collaborative development workflow. \ No newline at end of file +Added documentation for the calculator project as part of the GitHub collaborative development workflow. +This update demonstrates the use of Git branches and pull requests for collaborative development. \ No newline at end of file