Conversation
- Rename the `screenshots` directory to `media-resources` and move all image assets (banners, screenshots, and desktop previews) into the new folder. - Update image source paths in `README.md` and all localized documentation files (`README-ZH.md`, `README-TR.md`, `README-RU.md`, etc.) to point to the new `media-resources` directory. - Remove the `preview.gif` file and its corresponding references across all README files.
- Moved app icons (`.ico`, `.icns`, `.png`) from `composeApp/logo/` to `composeApp/src/jvmMain/resources/logo/`. - Updated `composeApp/build.gradle.kts` to reference the new icon paths for Windows, macOS, and Linux desktop distributions.
WalkthroughThe PR reorganizes media asset references across the codebase by redirecting image paths from Changes
Possibly related PRs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 12
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/README-BN.md`:
- Around line 74-79: The markup contains multiple HTML <img> elements without
alt attributes (MD045); update each <img> tag (e.g., the ones referencing
"../media-resources/banner.jpeg", "01.jpg", "02.jpg", "03.jpg", "04.jpg",
"05.jpg") to include a concise, descriptive alt="..." value appropriate for the
image (for example alt="project banner" for banner.jpeg and alt="screenshot 1",
"screenshot 2", etc., or better descriptive text) so the README-BN.md complies
with accessibility/lint rules.
In `@docs/README-ES.md`:
- Around line 74-79: The <img> tags for banner.jpeg, 01.jpg, 02.jpg, 03.jpg,
04.jpg and 05.jpg lack alt attributes which triggers MD045; update each <img>
element (the ones showing the banner and the five thumbnails) to include a
concise, descriptive alt="..." attribute (e.g., alt="Project banner" for
banner.jpeg and descriptive text like alt="Feature screenshot 1" / "Feature
screenshot 2", etc.) so each image has meaningful alternative text for
accessibility.
In `@docs/README-FR.md`:
- Around line 74-79: The <img> tags in README-FR.md
(src="../media-resources/banner.jpeg", "../media-resources/01.jpg",
"../media-resources/02.jpg", "../media-resources/03.jpg",
"../media-resources/04.jpg", "../media-resources/05.jpg") are missing alt
attributes which triggers MD045 and hurts accessibility; update each <img> tag
to include a concise, descriptive alt attribute (e.g., alt="Site banner",
alt="Gallery image 1: [brief description]", etc.) so every image element has
meaningful alt text.
In `@docs/README-HI.md`:
- Around line 74-79: The <img> tags in the updated screenshots block (e.g., the
tags that reference banner.jpeg, 01.jpg, 02.jpg, 03.jpg, 04.jpg, 05.jpg) lack
alt attributes which triggers MD045; add meaningful alt="..." text to each <img>
element (for example: alt="Project banner" for banner.jpeg and descriptive alt
text like alt="Screenshot: step 1" / alt="Screenshot: step 2", etc.) so every
<img> has an alt attribute to satisfy accessibility and linting.
In `@docs/README-IT.md`:
- Around line 74-79: The gallery images (banner.jpeg, 01.jpg, 02.jpg, 03.jpg,
04.jpg, 05.jpg) are missing alt attributes; update each <img> tag to include
concise, meaningful alt text (e.g., alt="Project banner" for banner.jpeg and
short descriptive text for 01.jpg–05.jpg) to satisfy accessibility and markdown
lint rules—edit the img elements in the README-IT markup (the lines showing
those image tags) to add appropriate alt="" values.
In `@docs/README-JA.md`:
- Around line 74-79: The gallery block uses multiple <img> tags without alt
attributes; add an appropriate alt attribute to each <img> element (use
descriptive text for meaningful images or alt="" for purely decorative images)
so accessibility tools can convey their purpose; update the five small images
and the banner <img> in the gallery block (search for the sequence of <img
src="../media-resources/banner.jpeg"> and the subsequent <img
src="../media-resources/01.jpg">...05.jpg) to include alt values.
In `@docs/README-KR.md`:
- Around line 74-79: Each <img> tag in the gallery lacks alt text which triggers
markdownlint MD045; update the five image elements
(src="../media-resources/01.jpg", "../media-resources/02.jpg",
"../media-resources/03.jpg", "../media-resources/04.jpg",
"../media-resources/05.jpg" and the banner "../media-resources/banner.jpeg") to
include appropriate alt attributes (e.g., descriptive short text or empty alt=""
for decorative images) so every <img> element has an alt value and the MD045
warnings are resolved.
In `@docs/README-PL.md`:
- Around line 74-79: Add descriptive alt attributes to each new <img> tag
(banner.jpeg, 01.jpg, 02.jpg, 03.jpg, 04.jpg, 05.jpg) to satisfy accessibility
and markdownlint MD045; update the six tags so they include alt="Banner image"
for banner.jpeg and meaningful short descriptions (e.g., alt="Team photo 01",
alt="Project screenshot 02", etc.) for 01.jpg–05.jpg respectively.
In `@docs/README-RU.md`:
- Around line 74-79: The new <img> tags in the README-RU.md lack alt attributes
(triggering MD045 and reducing accessibility); update each <img
src="../media-resources/..."> element shown (the banner and 01.jpg–05.jpg) to
include a concise, descriptive alt attribute (e.g., alt="Project banner" for
banner and alt="Description of image 01" etc.) so every image element has an alt
value.
In `@docs/README-TR.md`:
- Around line 74-79: The image elements in the media-resources block (e.g., the
<img> tags referencing banner.jpeg, 01.jpg, 02.jpg, 03.jpg, 04.jpg, 05.jpg) are
missing alt attributes; update each <img> tag to include a short descriptive alt
text (for example: alt="Project banner", alt="Screenshot 1", etc.) so all six
images have meaningful alt="" values to satisfy MD045 and improve accessibility.
In `@docs/README-ZH.md`:
- Around line 74-79: The image tags in README-ZH.md (e.g., the <img> elements
referencing ../media-resources/banner.jpeg, 01.jpg, 02.jpg, 03.jpg, 04.jpg,
05.jpg) are missing alt attributes which breaks MD045 and harms accessibility;
update each <img> tag to include a concise, descriptive alt="..." value
appropriate for the image (e.g., banner description for banner.jpeg and short
captions for 01.jpg–05.jpg), ensuring every image element has an alt attribute
and leaving decorative images as alt="" if they convey no informational content.
In `@README.md`:
- Around line 70-75: The README image tags lack alt attributes causing
accessibility and MD045 warnings; update each <img> element (the ones rendering
banner.jpeg and 01.jpg–05.jpg) to include meaningful alt text strings that
describe the image (e.g., "Project banner" for banner.jpeg and concise
descriptions for 01.jpg through 05.jpg) so all <img> tags have an alt attribute.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: e2dac458-6c21-4f2c-83d7-3548ac722b5e
⛔ Files ignored due to path filters (19)
composeApp/logo/app_icon.icois excluded by!**/*.icocomposeApp/logo/app_icon.pngis excluded by!**/*.pngcomposeApp/src/jvmMain/resources/logo/app_icon.icois excluded by!**/*.icocomposeApp/src/jvmMain/resources/logo/app_icon.pngis excluded by!**/*.pngmedia-resources/01.jpgis excluded by!**/*.jpgmedia-resources/02.jpgis excluded by!**/*.jpgmedia-resources/03.jpgis excluded by!**/*.jpgmedia-resources/04.jpgis excluded by!**/*.jpgmedia-resources/05.jpgis excluded by!**/*.jpgmedia-resources/06.jpgis excluded by!**/*.jpgmedia-resources/banner.jpegis excluded by!**/*.jpegmedia-resources/desktop_linux_appimage.jpgis excluded by!**/*.jpgmedia-resources/desktop_linux_details.jpgis excluded by!**/*.jpgmedia-resources/desktop_linux_home.jpgis excluded by!**/*.jpgmedia-resources/desktop_linux_installing_rpm.jpgis excluded by!**/*.jpgmedia-resources/desktop_windows_details.pngis excluded by!**/*.pngmedia-resources/desktop_windows_details_install.pngis excluded by!**/*.pngmedia-resources/desktop_windows_home.pngis excluded by!**/*.pngscreenshots/preview.gifis excluded by!**/*.gif
📒 Files selected for processing (15)
README.mdcomposeApp/build.gradle.ktscomposeApp/logo/app_icon.icnscomposeApp/src/jvmMain/resources/logo/app_icon.icnsdocs/README-BN.mddocs/README-ES.mddocs/README-FR.mddocs/README-HI.mddocs/README-IT.mddocs/README-JA.mddocs/README-KR.mddocs/README-PL.mddocs/README-RU.mddocs/README-TR.mddocs/README-ZH.md
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Resolve MD045: image tags are missing alt text.
Lines 74-79 match the markdownlint warning (no-alt-text). Add alt on each <img> for accessibility and lint compliance.
💡 Suggested patch
- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-BN.md` around lines 74 - 79, The markup contains multiple HTML
<img> elements without alt attributes (MD045); update each <img> tag (e.g., the
ones referencing "../media-resources/banner.jpeg", "01.jpg", "02.jpg", "03.jpg",
"04.jpg", "05.jpg") to include a concise, descriptive alt="..." value
appropriate for the image (for example alt="project banner" for banner.jpeg and
alt="screenshot 1", "screenshot 2", etc., or better descriptive text) so the
README-BN.md complies with accessibility/lint rules.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Please include alt text in this image set update.
Lines [74]-[79] currently omit alt in <img> tags, triggering MD045 and reducing accessibility quality.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-ES.md` around lines 74 - 79, The <img> tags for banner.jpeg,
01.jpg, 02.jpg, 03.jpg, 04.jpg and 05.jpg lack alt attributes which triggers
MD045; update each <img> element (the ones showing the banner and the five
thumbnails) to include a concise, descriptive alt="..." attribute (e.g.,
alt="Project banner" for banner.jpeg and descriptive text like alt="Feature
screenshot 1" / "Feature screenshot 2", etc.) so each image has meaningful
alternative text for accessibility.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add alt text to the updated gallery images.
Lines [74]-[79] currently use <img> tags without alt, which triggers MD045 and weakens accessibility.
Suggested patch
- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="../media-resources/banner.jpeg" width="99%" /> | |
| <img src="../media-resources/01.jpg" width="18%" /> | |
| <img src="../media-resources/02.jpg" width="18%" /> | |
| <img src="../media-resources/03.jpg" width="18%" /> | |
| <img src="../media-resources/04.jpg" width="18%" /> | |
| <img src="../media-resources/05.jpg" width="18%" /> | |
| <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" /> | |
| <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" /> | |
| <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" /> | |
| <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" /> | |
| <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" /> | |
| <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" /> |
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-FR.md` around lines 74 - 79, The <img> tags in README-FR.md
(src="../media-resources/banner.jpeg", "../media-resources/01.jpg",
"../media-resources/02.jpg", "../media-resources/03.jpg",
"../media-resources/04.jpg", "../media-resources/05.jpg") are missing alt
attributes which triggers MD045 and hurts accessibility; update each <img> tag
to include a concise, descriptive alt attribute (e.g., alt="Site banner",
alt="Gallery image 1: [brief description]", etc.) so every image element has
meaningful alt text.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add missing alt text for the updated screenshots block.
Lines [74]-[79] use <img> tags without alt; please add alt values to resolve MD045 and improve accessibility.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-HI.md` around lines 74 - 79, The <img> tags in the updated
screenshots block (e.g., the tags that reference banner.jpeg, 01.jpg, 02.jpg,
03.jpg, 04.jpg, 05.jpg) lack alt attributes which triggers MD045; add meaningful
alt="..." text to each <img> element (for example: alt="Project banner" for
banner.jpeg and descriptive alt text like alt="Screenshot: step 1" /
alt="Screenshot: step 2", etc.) so every <img> has an alt attribute to satisfy
accessibility and linting.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add missing alt text for gallery images.
Lines 74-79 use HTML images without alt, which hurts accessibility and triggers markdown lint warnings. Please add concise alt text for each image.
💡 Suggested patch
- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="../media-resources/banner.jpeg" width="99%" /> | |
| <img src="../media-resources/01.jpg" width="18%" /> | |
| <img src="../media-resources/02.jpg" width="18%" /> | |
| <img src="../media-resources/03.jpg" width="18%" /> | |
| <img src="../media-resources/04.jpg" width="18%" /> | |
| <img src="../media-resources/05.jpg" width="18%" /> | |
| <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" /> | |
| <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" /> | |
| <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" /> | |
| <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" /> | |
| <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" /> | |
| <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" /> |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-IT.md` around lines 74 - 79, The gallery images (banner.jpeg,
01.jpg, 02.jpg, 03.jpg, 04.jpg, 05.jpg) are missing alt attributes; update each
<img> tag to include concise, meaningful alt text (e.g., alt="Project banner"
for banner.jpeg and short descriptive text for 01.jpg–05.jpg) to satisfy
accessibility and markdown lint rules—edit the img elements in the README-IT
markup (the lines showing those image tags) to add appropriate alt="" values.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Please add alt attributes for the new image references.
Lines [74]-[79] have <img> tags without alt, which is an accessibility and markdownlint (MD045) issue.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-PL.md` around lines 74 - 79, Add descriptive alt attributes to
each new <img> tag (banner.jpeg, 01.jpg, 02.jpg, 03.jpg, 04.jpg, 05.jpg) to
satisfy accessibility and markdownlint MD045; update the six tags so they
include alt="Banner image" for banner.jpeg and meaningful short descriptions
(e.g., alt="Team photo 01", alt="Project screenshot 02", etc.) for 01.jpg–05.jpg
respectively.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Missing alt attributes on newly updated images.
Lines [74]-[79] should include alt attributes to satisfy MD045 and improve screen-reader support.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-RU.md` around lines 74 - 79, The new <img> tags in the
README-RU.md lack alt attributes (triggering MD045 and reducing accessibility);
update each <img src="../media-resources/..."> element shown (the banner and
01.jpg–05.jpg) to include a concise, descriptive alt attribute (e.g.,
alt="Project banner" for banner and alt="Description of image 01" etc.) so every
image element has an alt value.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add alt text to image tags in the new media-resources block.
At Lines 74-79, all six images are missing alt attributes (matches the MD045 warnings). Please add short descriptive alt text.
💡 Suggested patch
- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="../media-resources/banner.jpeg" width="99%" /> | |
| <img src="../media-resources/01.jpg" width="18%" /> | |
| <img src="../media-resources/02.jpg" width="18%" /> | |
| <img src="../media-resources/03.jpg" width="18%" /> | |
| <img src="../media-resources/04.jpg" width="18%" /> | |
| <img src="../media-resources/05.jpg" width="18%" /> | |
| <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" /> | |
| <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" /> | |
| <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" /> | |
| <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" /> | |
| <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" /> | |
| <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" /> |
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-TR.md` around lines 74 - 79, The image elements in the
media-resources block (e.g., the <img> tags referencing banner.jpeg, 01.jpg,
02.jpg, 03.jpg, 04.jpg, 05.jpg) are missing alt attributes; update each <img>
tag to include a short descriptive alt text (for example: alt="Project banner",
alt="Screenshot 1", etc.) so all six images have meaningful alt="" values to
satisfy MD045 and improve accessibility.
| <img src="../media-resources/banner.jpeg" width="99%" /> | ||
| <img src="../media-resources/01.jpg" width="18%" /> | ||
| <img src="../media-resources/02.jpg" width="18%" /> | ||
| <img src="../media-resources/03.jpg" width="18%" /> | ||
| <img src="../media-resources/04.jpg" width="18%" /> | ||
| <img src="../media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add alt attributes to updated image references.
At Lines 74-79, the migrated image tags still lack alt text, so this will keep failing MD045 and reduces accessibility.
💡 Suggested patch
- <img src="../media-resources/banner.jpeg" width="99%" />
- <img src="../media-resources/01.jpg" width="18%" />
- <img src="../media-resources/02.jpg" width="18%" />
- <img src="../media-resources/03.jpg" width="18%" />
- <img src="../media-resources/04.jpg" width="18%" />
- <img src="../media-resources/05.jpg" width="18%" />
+ <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" />
+ <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" />
+ <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" />
+ <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" />
+ <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" />
+ <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" />📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <img src="../media-resources/banner.jpeg" width="99%" /> | |
| <img src="../media-resources/01.jpg" width="18%" /> | |
| <img src="../media-resources/02.jpg" width="18%" /> | |
| <img src="../media-resources/03.jpg" width="18%" /> | |
| <img src="../media-resources/04.jpg" width="18%" /> | |
| <img src="../media-resources/05.jpg" width="18%" /> | |
| <img src="../media-resources/banner.jpeg" alt="GitHub Store banner" width="99%" /> | |
| <img src="../media-resources/01.jpg" alt="GitHub Store screenshot 1" width="18%" /> | |
| <img src="../media-resources/02.jpg" alt="GitHub Store screenshot 2" width="18%" /> | |
| <img src="../media-resources/03.jpg" alt="GitHub Store screenshot 3" width="18%" /> | |
| <img src="../media-resources/04.jpg" alt="GitHub Store screenshot 4" width="18%" /> | |
| <img src="../media-resources/05.jpg" alt="GitHub Store screenshot 5" width="18%" /> |
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 76-76: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 77-77: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 78-78: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 79-79: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/README-ZH.md` around lines 74 - 79, The image tags in README-ZH.md
(e.g., the <img> elements referencing ../media-resources/banner.jpeg, 01.jpg,
02.jpg, 03.jpg, 04.jpg, 05.jpg) are missing alt attributes which breaks MD045
and harms accessibility; update each <img> tag to include a concise, descriptive
alt="..." value appropriate for the image (e.g., banner description for
banner.jpeg and short captions for 01.jpg–05.jpg), ensuring every image element
has an alt attribute and leaving decorative images as alt="" if they convey no
informational content.
| <img src="media-resources/banner.jpeg" width="99%" /> | ||
| <img src="media-resources/01.jpg" width="18%" /> | ||
| <img src="media-resources/02.jpg" width="18%" /> | ||
| <img src="media-resources/03.jpg" width="18%" /> | ||
| <img src="media-resources/04.jpg" width="18%" /> | ||
| <img src="media-resources/05.jpg" width="18%" /> |
There was a problem hiding this comment.
Add alt attributes to the new media-resources image tags.
Lines [70]-[75] are missing alt on <img> elements, which causes MD045 warnings and hurts accessibility.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)
[warning] 74-74: Images should have alternate text (alt text)
(MD045, no-alt-text)
[warning] 75-75: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` around lines 70 - 75, The README image tags lack alt attributes
causing accessibility and MD045 warnings; update each <img> element (the ones
rendering banner.jpeg and 01.jpg–05.jpg) to include meaningful alt text strings
that describe the image (e.g., "Project banner" for banner.jpeg and concise
descriptions for 01.jpg through 05.jpg) so all <img> tags have an alt attribute.
Summary by CodeRabbit
Release Notes