From 78ed7adc85879a9bd62a753da1bc7e5786c18ad1 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:08:10 +0900 Subject: [PATCH] Update print statement from 'Hello' to 'Goodbye' https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/1-getting-started-lessons/2-github-basics/README.md #PingMSFTDocs --- 1-getting-started-lessons/2-github-basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index e84f93a075..c7f2061b6c 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -580,7 +580,7 @@ And here's the most beautiful part: the open source community is like the intern ```mermaid flowchart TD - A[🔍 Explore GitHub] --> B[🏷️ Find "good first issue"] + A[🔍 Explore GitHub] --> B[🏷️ Find 'good first issue'] B --> C[📖 Read Contributing Guidelines] C --> D[🍴 Fork Repository] D --> E[💻 Set Up Local Environment]