Rename Cyrillic screenshot files to ASCII kebab-case names for cross-platform compatibility - #13
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Copilot
AI
changed the title
[WIP] Rename screenshots to ASCII filenames and update README references
Rename Cyrillic screenshot files to ASCII kebab-case names for cross-platform compatibility
Aug 18, 2025
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.
This PR addresses compatibility issues with screenshot filenames that contained Cyrillic characters and spaces, which can cause broken image links on some platforms and embedding systems.
Problem
The repository contained three screenshot files with Cyrillic names and spaces:
Снимок экрана 2025-08-18 230918.pngСнимок экрана 2025-08-18 231045.pngСнимок экрана 2025-08-18 231119.pngThese files were located in the root directory and could cause issues with:
Solution
1. Renamed files using
git mvto preserve history:Снимок экрана 2025-08-18 230918.png→assets/screenshots/app-home-2025-08-18-230918.pngСнимок экрана 2025-08-18 231045.png→assets/screenshots/bot-commands-2025-08-18-231045.pngСнимок экрана 2025-08-18 231119.png→assets/screenshots/bot-pairplot-2025-08-18-231119.png2. Updated README.md references in both language sections:
3. Repository cleanup:
assets/screenshots/directory structuregit mvTesting
The repository is now fully compatible across all platforms and systems, ensuring reliable image display in both the GitHub README and any external embedding contexts.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.