-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Rename tasks.md to progress.md in overview.md #52712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -137,7 +137,7 @@ Copilot examines your project structure, dependencies, and code patterns to buil | |
| - **Planning stage (`plan.md`)**\ | ||
| Copilot converts the assessment into a detailed specification that explains how to resolve every problem. The plan documents upgrade strategies, refactoring approaches, dependency upgrade paths, and risk mitigations. | ||
|
|
||
| - **Execution stage (`tasks.md`)**\ | ||
| - **Execution stage (`progress.md`)**\ | ||
| Copilot breaks the plan into sequential, concrete tasks with validation criteria. Each task describes a single change and how Copilot confirms it succeeded. | ||
|
|
||
| Edit any of the Markdown files in `.github/upgrades` to adjust upgrade steps or add context before you move forward. | ||
|
|
@@ -150,7 +150,7 @@ When you reach the **Execution stage**, tell Copilot to start the upgrade. If Co | |
|
|
||
| ### Upgrade results | ||
|
|
||
| As Copilot runs each task, it updates the `tasks.md` file in `.github/upgrades` with the status of every step. Monitor progress by reviewing this file. The tool creates a Git commit for every portion of the process, so you can roll back changes or review what changed. | ||
| As Copilot runs each task, it updates the `progress.md` file in `.github/upgrades` with the status of every step. Monitor progress by reviewing this file. The tool creates a Git commit for every portion of the process, so you can roll back changes or review what changed. | ||
|
||
|
|
||
| When the upgrade finishes, Copilot displays next steps in the chat response. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The doc now says the execution stage generates/updates
progress.md, but other GitHub Copilot modernization for .NET docs in the same directory still describe atasks.mdfile for execution (for example,how-to-upgrade-with-github-copilot.mdandhow-to-custom-upgrade-instructions.md). Please align the file name across the doc set (either revert totasks.mdhere, or update the other pages in the same PR) so readers don't follow conflicting instructions.