From c6d88c1278ed24f13e80a9a56144d74668ab9b11 Mon Sep 17 00:00:00 2001 From: souhad Date: Tue, 10 Mar 2026 10:50:34 +0100 Subject: [PATCH] Update README.md such that it would express my paln. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d72c82a31..6b5b1e9bd 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # intro-to-github -This is a demo repository to practice using GitHub. +This is my demo repository to practice using GitHub. It has two files in the **Code** tab: - **README.md** is a file that describes this repo (you are currently reading it) - **.gitignore** is a file that specifies which files and directories must be ignored by Git -You cannot directly modify files in this repo because you are not a *collaborator*. +I cannot directly modify files in this repo because I am not a *collaborator*. The **Issues** tab is used to discuss ideas, enhancements, bugs, questions, and so on. They are grouped by *Open* and *Closed*. -The **Pull requests** tab contains proposals to make some changes in the files located in the repository. Repo's owners may review a request and put your changes if they look good. +The **Pull requests** tab contains proposals to make some changes in the files located in the repository. Repo's owners may review a request and put my changes if they look good. -You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. +I can create an *Issue* or make a *Pull request (PR)* to contribute to the project. -If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. +If I want to propose some changes to this repo, I may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows me to change the content without affection the original project.