@@ -54,7 +54,6 @@ python scripts/generate_site.py # README / docs/ 재생성 확인
5454### 2. 기능 기여 (대시보드 / 스크립트 / 자동화)
5555
5656기능 기여는 반드시 ** Issue → 논의 → PR** 순서로 진행해주세요.
57- 작업 범위가 크거나 설계 결정이 필요한 경우, 먼저 이슈에서 방향을 잡은 후 코드를 작성해야 나중에 방향이 어긋나는 일을 막을 수 있습니다.
5857
5958#### 흐름
6059
@@ -81,7 +80,7 @@ python scripts/generate_site.py # README / docs/ 재생성 확인
8180#### 스타일 규칙
8281
8382- Python: 외부 포매터 규칙 없음, 기존 코드 스타일 유지
84- - HTML/JS: Tailwind CSS, Alpine.js 사용 — 외부 라이브러리 추가 금지
83+ - HTML/JS: Tailwind CSS, Alpine.js 사용
8584- 새 Python 함수 추가 시 ` tests/ ` 에 단위 테스트 함께 작성
8685
8786---
@@ -96,8 +95,6 @@ python scripts/generate_site.py # README / docs/ 재생성 확인
9695| ** Validate Data** | YAML 스키마 검증 | ` validate-pr.yml ` |
9796
9897CI가 실패하면 리뷰 요청을 할 수 없습니다.
99- 관리자는 보통 ** 3일 이내** 검토합니다.
100-
10198---
10299
103100### 분류 체계 (Taxonomy)
@@ -183,7 +180,6 @@ python scripts/generate_site.py # verify README / docs/ output
183180### 2. Feature Contributions (Dashboard / Scripts / Automation)
184181
185182Feature contributions must follow the ** Issue → Discussion → PR** flow.
186- For changes with significant scope or design decisions, please align with maintainers in an issue before writing code to avoid wasted effort.
187183
188184#### Flow
189185
@@ -210,7 +206,7 @@ For changes with significant scope or design decisions, please align with mainta
210206#### Style rules
211207
212208- Python: no external formatter required — match existing code style
213- - HTML/JS: uses Tailwind CSS and Alpine.js — do not add new external libraries
209+ - HTML/JS: uses Tailwind CSS and Alpine.js
214210- New Python functions must include unit tests in ` tests/ `
215211
216212---
@@ -225,7 +221,6 @@ All PRs must pass the following CI checks before merging.
225221| ** Validate Data** | YAML schema validation | ` validate-pr.yml ` |
226222
227223If CI fails, you cannot request a review from maintainers.
228- Maintainers typically review within ** 3 days** .
229224
230225---
231226
0 commit comments