Migrate user-attachments images to local repository#2121
Open
Migrate user-attachments images to local repository#2121
Conversation
…ow version Co-authored-by: FidelusAleksander <[email protected]>
Copilot
AI
changed the title
[WIP] Migrate user-attachments images to local repository
Migrate user-attachments images to local repository
Feb 6, 2026
FidelusAleksander
approved these changes
Feb 6, 2026
There was a problem hiding this comment.
Pull request overview
This PR successfully migrates 12 GitHub user-attachments image URLs to local repository files, eliminating external dependencies and ensuring content availability. The changes follow the repository's naming conventions and maintain proper file organization.
Changes:
- Added 12 images to
.github/images/directory with descriptive kebab-case filenames - Updated 4 step files (
.github/steps/*.md) to use relative paths instead of user-attachments URLs - Upgraded
start-exerciseworkflow from v0.7.0 to v0.8.0 to support relative links
Reviewed changes
Copilot reviewed 5 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/0-start-exercise.yml |
Updated workflow version from v0.7.0 to v0.8.0 for relative link support |
.github/steps/1-create-a-branch.md |
Replaced 4 user-attachments URLs with relative paths to local images |
.github/steps/2-commit-a-file.md |
Replaced 3 user-attachments URLs with relative paths to local images |
.github/steps/3-open-a-pull-request.md |
Replaced 3 user-attachments URLs with relative paths to local images |
.github/steps/4-merge-your-pull-request.md |
Replaced 2 user-attachments URLs with relative paths to local images |
.github/images/*.png (12 files) |
Added local image files with descriptive kebab-case names |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chriswblake
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces 12 GitHub user-attachments URLs with local image files to eliminate external dependency and ensure content availability.
Changes
.github/images/directory with 12 images using descriptive kebab-case namesexample-profile-readme.png,code-tab-highlight.png,branch-selection-dropdown.png, etc..github/steps/*.mdfiles to use relative paths (../images/)start-exerciseworkflow fromv0.7.0→v0.8.0(required for relative link support)Example
Before:
After:
All 12 image references across 4 step files updated consistently.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.