From 225da2553e58528bdb326db5dc9824a2b43b970f Mon Sep 17 00:00:00 2001 From: JEONG Date: Mon, 24 Aug 2026 18:37:14 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=A0=80=EC=9E=A5=EC=86=8C=20rename=20?= =?UTF-8?q?=EC=9D=B4=ED=9B=84=20=EB=82=A8=EC=9D=80=20=EC=98=9B=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README: Release 배지·릴리즈/Wiki 링크 14곳을 Big-Dipper-iOS로 교체 - docs/claude/git-workflow.md: 이슈 Type 설정 gh api 경로 수정 (기존 경로는 404) - UMCApp/MAKEFILE_GUIDE.md: 파일 구조 트리 루트 라벨 갱신 Claude-Session: https://claude.ai/code/session_01KGaYheNQBYxyhuP5cJyeg6 --- README.md | 32 ++++++++++++++++---------------- UMCApp/MAKEFILE_GUIDE.md | 2 +- docs/claude/git-workflow.md | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4b969b648..b1a2ac32b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ UMC(University MakeUs Challenge) 동아리 운영을 하나의 앱으로 통합하는 iOS 클라이언트 -[![Release](https://img.shields.io/github/v/release/UMC-PRODUCT/umc-product-iOS?label=release&color=blue)](https://github.com/UMC-PRODUCT/umc-product-iOS/releases) +[![Release](https://img.shields.io/github/v/release/UMC-PRODUCT/Big-Dipper-iOS?label=release&color=blue)](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/releases) [![Swift](https://img.shields.io/badge/Swift-6.3-orange.svg)]() [![Xcode](https://img.shields.io/badge/Xcode-26.2-1575F9.svg)]() [![iOS](https://img.shields.io/badge/iOS-26.0+-black.svg)]() @@ -42,32 +42,32 @@ UMC(University MakeUs Challenge) 동아리 운영을 하나의 앱으로 통합 -> 기수별 팀원 구성(사진·역할·GitHub)은 [Wiki › Team](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Team)에서, -> 신규 기능·운영 기록은 [Wiki › Release History](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Release-History)에서 확인하세요. +> 기수별 팀원 구성(사진·역할·GitHub)은 [Wiki › Team](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Team)에서, +> 신규 기능·운영 기록은 [Wiki › Release History](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Release-History)에서 확인하세요. ## 📚 개발 문서 (Wiki) -아키텍처·코딩 컨벤션·빌드 방법 등 상세 가이드는 모두 **[Wiki](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki)** 로 이관했습니다. +아키텍처·코딩 컨벤션·빌드 방법 등 상세 가이드는 모두 **[Wiki](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki)** 로 이관했습니다. | 주제 | 문서 | |------|------| -| 🏗️ 아키텍처 | [Architecture](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Architecture) | -| 📐 절대 규칙 & 코딩 컨벤션 | [Coding Conventions](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Coding-Conventions) | -| ⚠️ 에러 처리 | [Error Handling](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Error-Handling) | -| 🌐 네트워크 & DTO 디코딩 | [Networking](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Networking) | -| 🎨 디자인 시스템 | [Design System](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Design-System) | -| 🧱 모듈 구조 (Tuist) | [Module Structure](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Module-Structure) | -| ⚙️ 빌드 & 실행 | [Build & Run](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Build-and-Run) | -| 🔀 Git 워크플로우 | [Git Workflow](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Git-Workflow) | -| 🛰️ API 커버리지 (Stella) | [Stella](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Stella) | - -> 신규 합류자는 [Wiki Home](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki) → **빌드 & 실행** 순서로 시작하세요. +| 🏗️ 아키텍처 | [Architecture](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Architecture) | +| 📐 절대 규칙 & 코딩 컨벤션 | [Coding Conventions](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Coding-Conventions) | +| ⚠️ 에러 처리 | [Error Handling](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Error-Handling) | +| 🌐 네트워크 & DTO 디코딩 | [Networking](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Networking) | +| 🎨 디자인 시스템 | [Design System](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Design-System) | +| 🧱 모듈 구조 (Tuist) | [Module Structure](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Module-Structure) | +| ⚙️ 빌드 & 실행 | [Build & Run](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Build-and-Run) | +| 🔀 Git 워크플로우 | [Git Workflow](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Git-Workflow) | +| 🛰️ API 커버리지 (Stella) | [Stella](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Stella) | + +> 신규 합류자는 [Wiki Home](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki) → **빌드 & 실행** 순서로 시작하세요. ## 🔑 시크릿 설정 - `Secrets.xcconfig`(`BASE_URL`, `KAKAO_KEY`)와 `GoogleService-Info.plist`는 **팀 내부 채널**에서 수령합니다. - 실제 키·설정 파일은 원격 저장소에 커밋하지 않습니다. -- 상세 절차: [Build & Run › 시크릿 설정](https://github.com/UMC-PRODUCT/umc-product-iOS/wiki/Build-and-Run) +- 상세 절차: [Build & Run › 시크릿 설정](https://github.com/UMC-PRODUCT/Big-Dipper-iOS/wiki/Build-and-Run) --- diff --git a/UMCApp/MAKEFILE_GUIDE.md b/UMCApp/MAKEFILE_GUIDE.md index 43a60f3ef..accc9807b 100644 --- a/UMCApp/MAKEFILE_GUIDE.md +++ b/UMCApp/MAKEFILE_GUIDE.md @@ -233,7 +233,7 @@ make generate ## 8. 파일 구조 참고 ``` -umc-product-iOS/ +Big-Dipper-iOS/ ├── UMCApp/ │ ├── Makefile # ← 이 가이드가 설명하는 파일 │ ├── MAKEFILE_GUIDE.md # ← 이 문서 diff --git a/docs/claude/git-workflow.md b/docs/claude/git-workflow.md index 209f94f54..329c7d76b 100644 --- a/docs/claude/git-workflow.md +++ b/docs/claude/git-workflow.md @@ -66,7 +66,7 @@ Git Flow + **연속 브랜치 파생** 지원 - **이슈 Type** (조직 레벨): 현재 `Task` / `Bug` / `Feature` 3종만 존재 → Bug/Feature 외 템플릿은 `Task`로 매핑. `gh issue create`엔 `--type` 플래그가 없으므로(gh 2.83.1) **생성 직후 REST로 설정**한다: ```bash - gh api --method PATCH repos/UMC-PRODUCT/umc-product-iOS/issues/{번호} -f type=Feature + gh api --method PATCH repos/UMC-PRODUCT/Big-Dipper-iOS/issues/{번호} -f type=Feature ``` - **보드 #3 + `우선순위`(Projects v2)**: 생성 시 **기본으로 보드 추가 + 우선순위 설정**. 단 `project` 스코프 필요 — 없을 때만 이 부분을 건너뛰고(Type/라벨은 적용) `gh auth refresh -s project` 후 재적용.