From 07b3061aeb34d4048af4ed07fc10fd3cad96c66f Mon Sep 17 00:00:00 2001 From: elena-balakina <48092949+elena-balakina@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:40:39 +0700 Subject: [PATCH 1/2] Add information about fork and pull request --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d72c82a31..4eeac635c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It has two files in the **Code** tab: - **.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*. +You need to fork this repo, modify its content, and propose your changes via pull request. If the owners of the project like your changes, they might put them into the original repository. The **Issues** tab is used to discuss ideas, enhancements, bugs, questions, and so on. They are grouped by *Open* and *Closed*. From 74cd4d786576721a4774ee6c816c1da62bcc6c9b Mon Sep 17 00:00:00 2001 From: ebalakina Date: Tue, 8 Apr 2025 21:50:03 +0700 Subject: [PATCH 2/2] Add information about local repository in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eeac635c..deb451af8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # intro-to-github This is a demo repository to practice using GitHub. -It has two files in the **Code** tab: +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