From 58baf4c15bf613434ad77a66cad6321c301aa4c4 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Wed, 8 Apr 2026 12:05:49 -0700 Subject: [PATCH 1/2] docs: clarify course-updater to exclude experimental features Update guidance to explicitly skip experimental features when evaluating new Copilot CLI capabilities for course inclusion. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/course-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/course-updater.md b/.github/workflows/course-updater.md index 1d56d41..b6386f3 100644 --- a/.github/workflows/course-updater.md +++ b/.github/workflows/course-updater.md @@ -39,7 +39,7 @@ Look for: ## Step 2 — Compare against the current course content and existing PRs -This course targets beginners so only include content changes that would cater to that audience. For example, if a new feature is advanced or doesn't qualify as a "beginner" level feature, it may not be necessary to include it in the course content since we don't want to overwhelm learners. Determine what is most relevant and helpful for beginners learning about the Copilot CLI. +This course targets beginners so only include content changes that would cater to that audience. For example, if a new feature is advanced, marked as experimental, or doesn't qualify as a "beginner" level feature, don't include it in the course content since we don't want to overwhelm learners. Determine what is most relevant and helpful for beginners learning about the Copilot CLI. Ignore experimental features. Read all of the readme files in the repo and compare the features documented there against what you found in Step 1. Also check existing pull requests to see if any updates are already in progress. DO NOT duplicate efforts if an update has already been proposed in an open PR. Identify: From 70d3682f10f2a823cd9ae8696c9babfcdaec4ad4 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Wed, 8 Apr 2026 12:08:29 -0700 Subject: [PATCH 2/2] Update .github/workflows/course-updater.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/course-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/course-updater.md b/.github/workflows/course-updater.md index b6386f3..80b61ee 100644 --- a/.github/workflows/course-updater.md +++ b/.github/workflows/course-updater.md @@ -39,7 +39,7 @@ Look for: ## Step 2 — Compare against the current course content and existing PRs -This course targets beginners so only include content changes that would cater to that audience. For example, if a new feature is advanced, marked as experimental, or doesn't qualify as a "beginner" level feature, don't include it in the course content since we don't want to overwhelm learners. Determine what is most relevant and helpful for beginners learning about the Copilot CLI. Ignore experimental features. +This course targets beginners, so only include content changes that cater to that audience. For example, if a new feature is advanced, marked as experimental, or otherwise doesn't qualify as a "beginner" level feature, don't include it in the course content since we don't want to overwhelm learners. Determine what is most relevant and helpful for beginners learning about the Copilot CLI. Read all of the readme files in the repo and compare the features documented there against what you found in Step 1. Also check existing pull requests to see if any updates are already in progress. DO NOT duplicate efforts if an update has already been proposed in an open PR. Identify: