From 402d32024cfeaa45c8ae904b76c431e1ff6b07a3 Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Sat, 8 Aug 2026 11:07:04 +0530 Subject: [PATCH 1/2] Update README documentation --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 980a0d5..4204af4 100644 --- a/README +++ b/README @@ -1 +1,13 @@ Hello World! + +## Contribution + +This project demonstrates collaborative development using Git and GitHub's fork-and-pull request workflow. + +## How to Contribute + +1. Fork the repository. +2. Create a feature branch. +3. Make your changes. +4. Commit and push your changes. +5. Create a pull request. \ No newline at end of file From 22aa4acda84d4860014ef4d7fe42fc095e414a6f Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Sat, 8 Aug 2026 11:19:04 +0530 Subject: [PATCH 2/2] Add pull request submission instructions --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 4204af4..820b1a4 100644 --- a/README +++ b/README @@ -10,4 +10,8 @@ This project demonstrates collaborative development using Git and GitHub's fork- 2. Create a feature branch. 3. Make your changes. 4. Commit and push your changes. -5. Create a pull request. \ No newline at end of file +5. Create a pull request. + +## Submitting a Pull Request + +To contribute changes, create a feature branch, make your changes, commit them, and push the branch to GitHub. Then create a pull request so the changes can be reviewed before they are merged. \ No newline at end of file