feature: 공통 PR template Real Behavior Proof 도입#12
Conversation
org 전체 저장소에 공통 적용되는 PR template을 .github 저장소에 추가한다. Real Behavior Proof, Human Decision Needed, feat 금지 / feature 한국어 설명 convention 안내 섹션을 포함한다. closes ITT-127 Co-authored-by: multica-agent <github@multica.ai>
There was a problem hiding this comment.
Code Review
This pull request introduces a new Pull Request template for GitHub to standardize contributions, including sections for summaries, descriptions, and verification proofs. The review feedback suggests enhancing the issue linking field with a '#' prefix for better usability and expanding the list of documented conventional commit types to include 'build', 'style', and 'revert'.
|
|
||
| ## 🐙 Related Issue | ||
| <!-- 연관 이슈 번호 또는 링크 (예: close #123) --> | ||
| close |
| - ❌ `feat:` 사용 금지 | ||
| - ✅ `feature: <한국어 설명>` 사용 | ||
| - 예: `feature: 로그인 화면 에러 메시지 다국어 처리` | ||
| - 그 외 prefix는 conventional commits를 따른다: `fix`, `refactor`, `docs`, `test`, `chore`, `perf`, `ci` |
There was a problem hiding this comment.
Pull request overview
This PR introduces an organization-wide pull request template for the .github org repository, aiming to standardize PR information and require “Real Behavior Proof” beyond CI/test/lint outputs.
Changes:
- Add
.github/PULL_REQUEST_TEMPLATE.mdwith standard sections (Summary, Description, Related Issue). - Add required “Real Behavior Proof (필수)” section to capture real execution evidence.
- Add “Human Decision Needed” and commit/PR title convention guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 🐙 Related Issue | ||
| <!-- 연관 이슈 번호 또는 링크 (예: close #123) --> | ||
| close |
🌷 Summary
org 전체 저장소에 공통 적용되는 PR template을
.github/PULL_REQUEST_TEMPLATE.md로 추가합니다.📢 Description
ITT-127의 child issue 작업입니다. agent-driven PR을 운영하기 위한 최소 시작점으로 공통 PR template을 도입합니다.
핵심적인 변경 내용
.github/PULL_REQUEST_TEMPLATE.md신규 작성. 다음 섹션 포함:feat:금지,feature: <한국어 설명>사용 안내적용 범위 (상속 vs override)
GitHub은
.githuborganization 저장소의PULL_REQUEST_TEMPLATE.md를 org-wide 기본 PR template으로 사용합니다. 각 저장소에 repo-local PR template이 있으면 그쪽이 우선합니다.ittae/.github.github/pull_request_template.md가 따로 있음)ittae/ittaeget6/vaultittae/flutter_boilerplateittae/glimpshotittae/autocatittae/clean_architecture_linterittae/landing-pageittae/openplant🐙 Related Issue
ITT-127
Real Behavior Proof (필수)
.githubrepository (org template lookup)get6/vault등 repo-local template 없는 곳)에서 PR을 새로 만들 때 본 template이 자동 채워지는지 확인 가능Human Decision Needed
Commit / PR Title Convention
feat:사용 금지feature: <한국어 설명>사용rm,git rm, force push 사용하지 않음