Skip to content

Comments

docs: README update#406

Merged
ParkJiYeoung8297 merged 2 commits intodevfrom
docs/#readme-update
Feb 23, 2026
Merged

docs: README update#406
ParkJiYeoung8297 merged 2 commits intodevfrom
docs/#readme-update

Conversation

@ParkJiYeoung8297
Copy link
Contributor

Summary

Changes

Type of Change

  • Bug fix (기존 기능에 영향을 주지 않는 버그 수정)
  • New feature (기존 기능에 영향을 주지 않는 새로운 기능 추가)
  • Breaking change (기존 기능에 영향을 주는 수정)
  • Refactoring (기능 변경 없는 코드 개선)
  • Documentation (문서 수정)
  • Chore (빌드, 설정 등 기타 변경)
  • Release (develop → main 배포)

Related Issues

참고 사항

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @ParkJiYeoung8297, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves broken image links within the README.md file by adjusting the image source paths. The change ensures that all visual elements and diagrams referenced in the project's main documentation are displayed correctly, thereby enhancing the readability and completeness of the project overview.

Highlights

  • Image Path Updates: Updated all relative image paths in the README.md file to correctly point to their new location within the docs/images/ directory.
Changelog
  • README.md
    • Updated all image references to include the docs/images/ subdirectory.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@ParkJiYeoung8297 ParkJiYeoung8297 merged commit dcca066 into dev Feb 23, 2026
1 check passed
@ParkJiYeoung8297 ParkJiYeoung8297 deleted the docs/#readme-update branch February 23, 2026 08:15
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 README 파일 내 이미지 경로를 수정하는 내용을 담고 있습니다. 이미지 파일들을 docs/images 디렉토리로 이동함에 따른 변경으로 보입니다. 전반적인 변경 방향은 좋으나, 이미지에 대한 접근성 및 유지보수성을 높일 수 있는 부분이 있어 몇 가지 제안을 남깁니다. 더불어, PR 설명 템플릿을 작성해주시면 리뷰어가 변경 의도를 파악하는 데 큰 도움이 될 것입니다.

Comment on lines +1 to +3
![img.png](docs/images/img.png)

![img_2.png](img_2.png)
![img_2.png](docs/images/img_2.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

스크린 리더 사용자를 위한 접근성 및 향후 유지보수성 향상을 위해 이미지의 alt 텍스트를 더 구체적으로 작성하는 것이 좋습니다. 현재 파일명으로 되어 있어 어떤 이미지인지 파악하기 어렵습니다. 예를 들어, 프로젝트 배너나 핵심 기능을 나타내는 이미지라면 'Real Match 프로젝트 배너'와 같이 명확하게 기술해주는 것을 권장합니다.

Suggested change
![img.png](docs/images/img.png)
![img_2.png](img_2.png)
![img_2.png](docs/images/img_2.png)
![Real Match 프로젝트 배너](docs/images/img.png)
![Real Match 핵심 기능 요약](docs/images/img_2.png)

## 🏛 아키텍쳐 구조

![img_3.png](img_3.png)
![img_3.png](docs/images/img_3.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

접근성 향상을 위해 이미지의 alt 텍스트를 '아키텍쳐 구조도'와 같이 이미지 내용을 설명하는 문구로 변경하는 것을 권장합니다. 현재는 파일명(img_3.png)으로 되어 있어 스크린 리더 사용자에게 유용한 정보를 제공하지 못합니다.

Suggested change
![img_3.png](docs/images/img_3.png)
![아키텍쳐 구조도](docs/images/img_3.png)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant