Skip to content

Feat/prtemplete - #3

Closed
yangeunjun00 wants to merge 1 commit into
developfrom
feat/prtemplete
Closed

Feat/prtemplete#3
yangeunjun00 wants to merge 1 commit into
developfrom
feat/prtemplete

Conversation

@yangeunjun00

@yangeunjun00 yangeunjun00 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

💡 배경 및 개요

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

Resolves: #{이슈번호}

📃 작업내용

PR에서 한 작업을 작성해주세요!
develop 브랜치에서 분개한 브랜치 feat/prtemplete에서 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:47

@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 new pull request template to standardize PR descriptions and checklists. The review feedback identifies a critical typo in the filename, which must be corrected to 'PULL_REQUEST_TEMPLATE.md' for GitHub to recognize it, and suggests rephrasing a checklist item for better clarity and positive confirmation.

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.

medium

파일명에 오타가 있습니다. PULL_REQUEST_TEMPLETE.MD 대신 PULL_REQUEST_TEMPLATE.md (또는 PULL_REQUEST_TEMPLATE.MD)로 파일명을 변경해야 합니다. 'TEMPLETE'는 잘못된 스펠링이며, 올바른 스펠링인 'TEMPLATE'을 사용해야 GitHub에서 PR 템플릿으로 정상 인식하여 PR 생성 시 자동으로 본문을 채워줍니다.

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

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

체크리스트 항목 중 'PR과 관련 없는 작업이 있지는 않나요?'는 체크([x])했을 때 부정적인 의미(관련 없는 작업이 있음)로 해석될 여지가 있습니다. 체크리스트의 다른 항목들처럼 완료 및 긍정적인 상태를 나타내도록 'PR과 관련 없는 작업은 포함되지 않았나요?' 또는 'PR과 관련 없는 작업은 제외했나요?'와 같이 수정하는 것을 권장합니다.

Suggested change
- [ ] PR과 관련 없는 작업이 있지는 않나요?
- [ ] PR과 관련 없는 작업은 포함되지 않았나요?

@yangeunjun00
yangeunjun00 deleted the feat/prtemplete branch July 6, 2026 06:48
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