PR 템플릿: 제목 칸에 작성 안내 추가 (브랜치명 복붙 방지) - #2
Open
moonjiho-bigtablet wants to merge 1 commit into
Open
Conversation
`## 제목` 에 브랜치명을 그대로 적는 관행 때문에 업무 보드·업무일지에 뜨는 글자가 `feat/stt-search` 였다. 개발을 모르는 사람이 읽을 수 없다. 실측: insight-app 최근 PR 15건 중 13건이 브랜치명 그대로. 플레이스홀더(`제목제목제목`)를 HTML 주석 안내로 바꾼다. 주석은 GitHub 에서 렌더되지 않아 안 지우고 제출해도 본문이 지저분해지지 않는다. 주의: 레벨2 헤딩 3개(`## 제목` `## 작업한 내용` `## 전달할 추가 이슈`)는 그대로 둔다 — 인트라넷이 이 이름으로 PR 을 읽어 업무 제목·체크리스트를 만든다. 헤딩을 바꿔야 하면 인트라넷 /admin/github 의 섹션 이름 설정도 함께 바꿔야 한다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughPR 템플릿을 구조화된 제목, 작업 내용, 추가 이슈 섹션으로 변경했습니다. 제목 작성 지침과 예시를 추가하고, 작업 체크리스트와 추가 이슈 입력란을 제공합니다. ChangesPR 템플릿 변경
Estimated code review effort: 1 (Trivial) | ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
제목
PR 템플릿 제목 칸에 작성 안내를 넣어 브랜치명 복붙을 막는다
작업한 내용
제목제목제목플레이스홀더 → 작성 안내 주석(예시 포함)작업한 내용·전달할 추가 이슈칸에도 짧은 안내왜
## 제목에 브랜치명을 그대로 적는 관행 때문에 업무 보드·업무일지에 뜨는 글자가feat/stt-search,fix/auth였다. PM·대표가 무슨 작업인지 읽을 수 없다.실측:
bigtablet-insight-app최근 머지 PR 15건 중 13건이 브랜치명 그대로.기존 플레이스홀더가
제목제목제목이라 무엇을 쓰라는 건지 알려주지 않았다.레벨2 헤딩은 건드리지 않았다 (중요)
## 제목·## 작업한 내용·## 전달할 추가 이슈세 헤딩은 그대로다. 인트라넷이 이 이름으로 PR 본문을 읽어 업무 제목 · 체크리스트 · 업무일지 요약을 만든다. 헤딩을 바꾸면 그게 조용히 멈춘다.앞으로 헤딩을 바꿔야 하면 인트라넷
/admin/github의 PR 본문 섹션 이름 설정도 함께 바꾸면 된다(코드 배포 불필요하도록 방금 설정화했다 — intranet #5039).검증
신규 템플릿을 인트라넷 파서에 그대로 태워 확인했다:
미팅 녹음에서 원하는 대목을 검색하는 기능 추가, 체크리스트 2개 정상전달할 추가 이슈
gh pr create --body로 만드는 PR(워커·자동화)에는 적용되지 않는다COMMIT_GUIDELINE.ko.md)은 이번 변경과 무관하며 손대지 않았다Summary by CodeRabbit