From 9f07684a22a91fad93ea5c9e64b8d7efdc53750d Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:10:36 +0530 Subject: [PATCH 1/2] Update README documentation --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 980a0d5..d42ad8a 100644 --- a/README +++ b/README @@ -1 +1,5 @@ Hello World! + +## About This Project + +This project demonstrates the Git and GitHub fork-and-pull request workflow. \ No newline at end of file From b122521aec9a6f94a345fce580f3806e820142af Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:26:03 +0530 Subject: [PATCH 2/2] Add project purpose to README --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index d42ad8a..4f59d99 100644 --- a/README +++ b/README @@ -2,4 +2,7 @@ Hello World! ## About This Project -This project demonstrates the Git and GitHub fork-and-pull request workflow. \ No newline at end of file +This project demonstrates the Git and GitHub fork-and-pull request workflow. +### Purpose + +The purpose of this project is to demonstrate collaborative development using Git and GitHub.