Skip to content

feat: PR 템플릿 추가 - #4

Merged
yangeunjun00 merged 1 commit into
developfrom
feat/prtemplate
Jul 6, 2026
Merged

feat: PR 템플릿 추가#4
yangeunjun00 merged 1 commit into
developfrom
feat/prtemplate

Conversation

@yangeunjun00

@yangeunjun00 yangeunjun00 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

💡 배경 및 개요

PR을 하게 된 문제상황, 배경 및 개요에 대해서 작성해주세요!
PR 템플릿이 없어서 작성해야 했음
퍼블리싱의 경우 스크린샷/동영상도 추가해주면 좋아요!

Resolves: #{이슈번호}

📃 작업내용

PR에서 한 작업을 작성해주세요!
develop 브랜치에서 분개한 feat/prtemplate 브랜치에서 PR 템플릿 작성함

🙋‍♂️ 리뷰노트

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

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

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

✅ PR 체크리스트

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

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

🎸 기타

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

@yangeunjun00
yangeunjun00 changed the base branch from main to develop July 6, 2026 06:51
@yangeunjun00 yangeunjun00 self-assigned this Jul 6, 2026
@yangeunjun00
yangeunjun00 requested review from g-hyxn and koreahghg July 6, 2026 06:51

@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 adds a pull request template, configures Dependabot updates, configures EAS project settings in app.json, and removes eas-cli from package.json. The review feedback provides valuable recommendations: adding react and react-dom to the Dependabot ignore list to prevent dependency conflicts with the Expo SDK, and removing or updating the hardcoded personal owner field in app.json to avoid permission issues for other team members during EAS builds.

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.

I am having trouble creating individual review comments. Click here to see my feedback.

.github/dependabot.yml (8-10)

medium

Expo 프로젝트에서는 reactreact-dom 패키지의 버전이 Expo SDK 버전과 엄격하게 결합되어 있습니다. Dependabot이 이 패키지들을 자동으로 업데이트하면 의존성 충돌이나 빌드 에러가 발생할 수 있으므로, reactreact-dom도 무시 목록(ignore)에 추가하는 것을 권장합니다.

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

app.json (42-48)

medium

협업 프로젝트의 경우, owner 필드에 특정 개인 계정(h4zx7)이 하드코딩되어 있으면 다른 팀원이 eas build 등의 명령어를 실행할 때 권한 문제가 발생할 수 있습니다. 프로젝트가 특정 Expo Organization에 속해 있다면 해당 Organization명을 입력하고, 개인 계정 기반으로 각자 빌드하는 환경이라면 owner 필드를 제거하는 것을 권장합니다.

    "extra": {
      "router": {},
      "eas": {
        "projectId": "c14701d0-a514-4724-8d9a-99f7ebdf5ec0"
      }
    }

@yangeunjun00 yangeunjun00 changed the title Feat/prtemplate feat: PR 템플릿 추가 Jul 6, 2026
@yangeunjun00
yangeunjun00 merged commit 9ab0150 into develop Jul 6, 2026
5 checks passed
@koreahghg
koreahghg deleted the feat/prtemplate branch July 6, 2026 23:04
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