[ops] GitHub 협업 컨벤션 도입 (브랜치/PR/이슈 템플릿 + auto-assign + CI 정렬)#165
Open
imhyunho99 wants to merge 1 commit into
Open
[ops] GitHub 협업 컨벤션 도입 (브랜치/PR/이슈 템플릿 + auto-assign + CI 정렬)#165imhyunho99 wants to merge 1 commit into
imhyunho99 wants to merge 1 commit into
Conversation
- 작업 이슈 템플릿 추가 (.github/ISSUE_TEMPLATE/작업-이슈.md) - PR 템플릿 추가 (.github/PULL_REQUEST_TEMPLATE.md) - 브랜치/PR/이슈 컨벤션 문서화 (.github/CONTRIBUTING.md, FE 앱스토어 모델 명시) - assignee 자동 등록 워크플로 추가 (.github/workflows/auto-assign.yml) - CI 트리거를 컨벤션 유형(docs/test/ops)에 정렬 (.github/workflows/ci-branch.yml) Closes #164 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Closes #164
작업 내용
GitHub 협업 컨벤션(Notion "GitHub 작업 방식 정리")을 FE 레포
.github/에 반영합니다.변경 사항
.github/CONTRIBUTING.md: 브랜치 네이밍(작업유형/#이슈번호), 이슈 기반 개발 규칙. FE 앱스토어 배포 모델(main=프로덕션 /Onz_Android=QA /Onz_iOS=iOS 빌드, 별도 dev 없음) 명시.github/ISSUE_TEMPLATE/작업-이슈.md: 작업 내용 / 목표 / 범위 / 완료 기준 구조.github/PULL_REQUEST_TEMPLATE.md: 신규 추가 (앱스토어 모델 맞춤 체크리스트).github/workflows/auto-assign.yml: PR/이슈 작성자를 assignee로 자동 등록.github/workflows/ci-branch.yml: CI 트리거에docs/** test/** ops/**추가,ui/**는 레거시 호환 유지작업 유형
체크리스트