Skip to content

Commit c8d2595

Browse files
authored
Merge pull request #53 from github/docs/enhance-course-updater-clarity
docs: enhance clarity in course updater workflow by specifying comparison with existing PRs
2 parents 8ac456c + a13f120 commit c8d2595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/course-updater.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Look for:
3737
- Significant changes to existing features (renames, deprecations)
3838
- New customization options (e.g. instructions, agents, skills, MCP, plugins)
3939

40-
## Step 2 — Compare against the current course content
40+
## Step 2 — Compare against the current course content and existing PRs
4141

4242
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.
4343

44-
Read the readme files in the repo and compare the features documented there against what you found in Step 1.
44+
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.
4545
Identify:
4646

4747
- **Missing features** — new capabilities not yet documented

0 commit comments

Comments
 (0)