diff --git a/README.md b/README.md index d72c82a31..f9b81317f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # intro-to-github -This is a demo repository to practice using GitHub. +Intro to GitHub is an hands‑on demo for beginners to practice forks, branches, and pull requests. +--- It has two files in the **Code** tab: - **README.md** is a file that describes this repo (you are currently reading it) @@ -13,4 +14,6 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. +Testing. + 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.