Skip to content

Pull request templete - #2

Closed
yangeunjun00 wants to merge 13 commits into
mainfrom
PullRequestTemplete
Closed

Pull request templete#2
yangeunjun00 wants to merge 13 commits into
mainfrom
PullRequestTemplete

Conversation

@yangeunjun00

Copy link
Copy Markdown
Contributor

📃 작업내용

PR 템플릿 작성

🙋‍♂️ 리뷰노트

구현 시에 고민이었던 점들 혹은 특정 부분에 대한 의도가 있었다면 PR 리뷰의 이해를 돕기 위해 서술해주세요!

또한 리뷰어에게 특정 부분에 대한 집중 혹은 코멘트 혹은 질문을 요청하는 경우에 작성하면 좋아요!

e.g. 작업을 끝내야할 시간이 얼마 없어 확장성보다는 동작을 위주로 만들었어요! 감안하고 리뷰해주세요!

✅ PR 체크리스트

템플릿 체크리스트 말고도 추가적으로 필요한 체크리스트는 추가해주세요!

  • 이 작업으로 인해 변경이 필요한 문서가 변경되었나요? (e.g. .env, 노션, README)
  • 이 작업을 하고나서 공유해야할 팀원들에게 공유되었나요? (e.g. "API 개발 완료됐어요", "환경값 추가되었어요")
  • 작업한 코드가 정상적으로 동작하나요?
  • Merge 대상 브랜치가 올바른가요?
  • PR과 관련 없는 작업이 있지는 않나요?

🎸 기타

위 항목에 해당하지 않는 공유사항이 있다면 작성해주세요!

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a Pull Request template, configures Dependabot for weekly dependency updates, updates app.json with EAS and owner configurations, and removes eas-cli from package.json. Feedback on these changes includes correcting a typo in the PR template filename (TEMPLETE to TEMPLATE) so GitHub can recognize it, and adding react and react-dom to the Dependabot ignore list to prevent compatibility issues with the Expo SDK.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@@ -0,0 +1,33 @@
## 💡 배경 및 개요

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

파일명에 오타가 있습니다. PULL_REQUEST_TEMPLETE.MD 대신 pull_request_template.md (또는 PULL_REQUEST_TEMPLATE.md)로 변경해야 GitHub에서 PR 템플릿으로 올바르게 인식합니다. 'TEMPLETE'는 'TEMPLATE'의 오타입니다.

Comment thread .github/dependabot.yml
Comment on lines +8 to +10
ignore:
- dependency-name: 'expo*'
- dependency-name: 'react-native*'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Expo 프로젝트에서는 React 및 React DOM 버전이 Expo SDK 버전과 엄격하게 동기화되어야 합니다. Dependabot이 reactreact-dom을 개별적으로 업데이트하면 호환성 문제가 발생할 수 있으므로, 이 패키지들도 ignore 목록에 추가하는 것을 권장합니다.

    ignore:
      - dependency-name: 'expo*'
      - dependency-name: 'react-native*'
      - dependency-name: 'react'
      - dependency-name: 'react-dom'

@yangeunjun00
yangeunjun00 deleted the PullRequestTemplete branch July 6, 2026 06:40
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.

2 participants