From 3852e23a74a989b875fab50d81652cb28bfcc3d1 Mon Sep 17 00:00:00 2001 From: Julia Muiruri Date: Mon, 5 Feb 2024 14:58:17 +0000 Subject: [PATCH 1/3] Update Student Hub page with academic pricing information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff3364de..69c6bf35f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Learn the fundamentals of web development with our 12-week comprehensive course #### 🧑‍🎓 _Are you a student?_ -Visit [**Student Hub page**](https://docs.microsoft.com/learn/student-hub/?WT.mc_id=academic-77807-sagibbon) where you will find beginner resources, Student packs and even ways to get a free certificate voucher. This is the page you want to bookmark and check from time to time as we switch out content monthly. +Visit [**Student Hub page**](https://docs.microsoft.com/learn/student-hub/?WT.mc_id=academic-77807-sagibbon) where you will find beginner resources, Student packs and even ways to get free or discounted academic prices for indistry-recognized certifications. This is the page you want to bookmark and check from time to time as we switch out content monthly. ### 📣 Announcement - _New Curriculum_ on Generative AI was just released! From 86e06b6ddd5c4f2c234374952155ebda9fad3606 Mon Sep 17 00:00:00 2001 From: Julia Muiruri Date: Mon, 5 Feb 2024 15:12:10 +0000 Subject: [PATCH 2/3] Update GitHub community standards checklist --- 1-getting-started-lessons/2-github-basics/README.md | 4 +++- 1 file changed, 3 insertions(+), 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 1eff449a4..74fbd2261 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -178,7 +178,7 @@ The main reason for putting things on GitHub was to make it possible to collabor > > [![Git and GitHub basics video](https://img.youtube.com/vi/bFCM-PC3cu8/0.jpg)](https://www.youtube.com/watch?v=bFCM-PC3cu8) -In your repository, navigate to `Insights > Community` to see how your project compares to recommended community standards. +In your repository, navigate to `Insights > Community Standards` to see how your project compares to recommended community standards. Here are some things that can improve your GitHub repo: - **Description**. Did you add a description for your project? @@ -186,6 +186,8 @@ In your repository, navigate to `Insights > Community` to see how your project c - **Contributing guideline**. Does your project have [contributing guidelines](https://docs.github.com/articles/setting-guidelines-for-repository-contributors/?WT.mc_id=academic-77807-sagibbon), - **Code of Conduct**. a [Code of Conduct](https://docs.github.com/articles/adding-a-code-of-conduct-to-your-project/), - **License**. Perhaps most importantly, a [license](https://docs.github.com/articles/adding-a-license-to-a-repository/)? + - **Security policy**. Will contributors know how to report security vulnerabilities in your project? + - **Issue Template**. Want consistency in tracking bugs, feature requests and more? Consider adding an issue template All these resources will benefit onboarding new team members. And those are typically the kind of things new contributors look at before even looking at your code, to find out if your project is the right place for them to be spending their time. From 179ea1119354361d4bdbf27ffea48816c9f1b118 Mon Sep 17 00:00:00 2001 From: Julia Muiruri Date: Mon, 5 Feb 2024 15:17:30 +0000 Subject: [PATCH 3/3] Fix broken link to Narrator in README.md --- 1-getting-started-lessons/3-accessibility/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started-lessons/3-accessibility/README.md b/1-getting-started-lessons/3-accessibility/README.md index bf7f79de7..7fe908123 100644 --- a/1-getting-started-lessons/3-accessibility/README.md +++ b/1-getting-started-lessons/3-accessibility/README.md @@ -28,7 +28,7 @@ Every web developer should familiarize themselves with a screen reader. As highl Some browsers also have built-in tools and extensions that can read text aloud or even provide some basic navigational features, such as [these accessibility-focused Edge browser tools](https://support.microsoft.com/help/4000734/microsoft-edge-accessibility-features). These are also important accessibility tools, but function very differently from screen readers and they should not be mistaken for screen reader testing tools. -✅ Try a screen reader and browser text reader. On Windows [Narrator](https://support.microsoft.com/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1/?WT.mc_id=academic-77807-sagibbon) is included by default, and [JAWS](https://webaim.org/articles/jaws/) and [NVDA](https://www.nvaccess.org/about-nvda/) can also be installed. On macOS and iOS, [VoiceOver](https://support.apple.com/guide/voiceover/welcome/10) is installed by default. +✅ Try a screen reader and browser text reader. On Windows [Narrator](https://support.microsoft.com/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1?WT.mc_id=academic-77807-sagibbon) is included by default, and [JAWS](https://webaim.org/articles/jaws/) and [NVDA](https://www.nvaccess.org/about-nvda/) can also be installed. On macOS and iOS, [VoiceOver](https://support.apple.com/guide/voiceover/welcome/10) is installed by default. ### Zoom