-
Notifications
You must be signed in to change notification settings - Fork 0
updated gifs in README #11
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
Conversation
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.
Pull request overview
This PR updates GIF references in the Docker/Sonar README file and adds a new simple.gif image. The changes reorganize the documentation sections showing different query capabilities and update the associated image references.
Key changes:
- Adds a new
simple.giffile for basic repository queries - Updates image references in README sections
- Reformats section headers and descriptions
Reviewed changes
Copilot reviewed 1 out of 8 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| Docker/Sonar/simple.gif | New GIF file added to demonstrate simple repository queries |
| Docker/Sonar/README.md | Updates image references and reorganizes documentation sections for different query types |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <img src="example-untagged.gif" width=50%> | ||
| #### Query for untagged/ oprhaned images. | ||
| <img src="untagged.gif"> |
Copilot
AI
Jan 6, 2026
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 image reference "untagged.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-untagged.gif". This will result in a broken image link.
| <img src="untagged.gif"> | |
| <img src="example-untagged.gif"> |
| #### Query untagged images | ||
|
|
||
| <img src="example-untagged.gif" width=50%> | ||
| #### Query for untagged/ oprhaned images. |
Copilot
AI
Jan 6, 2026
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.
There is a spelling error in "oprhaned". It should be "orphaned".
| #### Query for untagged/ oprhaned images. | |
| #### Query for untagged/orphaned images. |
|
|
||
| #### Query a specific image and view detailed results. | ||
| #### Query for detailed results. | ||
| <img src="detailed.gif"> |
Copilot
AI
Jan 6, 2026
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 image reference "detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.
| <img src="detailed.gif"> | |
| <img src="example-detailed.gif"> |
|
|
||
| <img src="example-detailed.gif" width=50%> | ||
| #### Query for a specific image and detailed results. | ||
| <img src="image-detailed.gif"> |
Copilot
AI
Jan 6, 2026
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 image reference "image-detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.
| <img src="image-detailed.gif"> | |
| <img src="example-detailed.gif"> |
📄 Summary
Briefly describe the purpose of this pull request. What problem does it solve or feature does it add?
🔍 Related Issues
Link to any related GitHub issues (e.g.,
Fixes #12,Closes #34):🧪 Type of Change
Please check the relevant type tag for this PR title:
[FIX]Bug fix[NEW]New thing[REFACTOR]Internal changes such as code restructuring or optimization that does not alter functionality[DOC]Documentation-only changes[CHORE]Maintenance, cleanup, or CI configuration🧪 How Has This Been Tested?
Describe how you tested your changes. Include CI runs, local tests, manual verification, or screenshots if applicable.
📸 Screenshots (if applicable)
If UI or logs are affected, include before/after screenshots or output.
✅ Checklist