From 22aa4acda84d4860014ef4d7fe42fc095e414a6f Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Sat, 8 Aug 2026 11:19:04 +0530 Subject: [PATCH] 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