Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- **Modern tooling**: 최신 GitHub 기능과 도구로 지속적으로 업데이트
- **필수 자산 포함**: Issue Template, PR Template, Code of Conduct, Contribution Guide, Branch Rule 제공
- **GitHub Projects 통합**: GitHub Projects 워크플로우와 함께 작동하도록 설계
- **Custom Commit Convention**: 이 템플릿에 맞춤화된 Conventional Commits의 수정 버전 사용
- **Custom Commit Convention**: 이 템플릿에 맞춤화된 Conventional Commits의 수정 버전 사용. 자세한 내용은 [Conventional Commits 가이드](docs/CONVENTIONAL_COMMITS.ko.md)를 참고하세요.

---

Expand All @@ -57,6 +57,7 @@
- **LICENSE**: 라이선스 정보
- **agents.md**: 프로젝트 역할과 책임 정의
- **docs/**
- **CONVENTIONAL_COMMITS.md**: 커밋 컨벤션에 대한 포괄적인 가이드
- **project-board.md**: GitHub Projects 워크플로우 가이드
- **.github/**
- **ISSUE_TEMPLATE/**: GitHub Issue 템플릿
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This process is repetitive, time-consuming, and often inconsistent across projec
- **Modern tooling**: Continuously updated with the latest GitHub features and tools.
- **Essential assets included**: Provides Issue Templates, PR Templates, Code of Conduct, Contribution Guide, and branch rules.
- **GitHub Projects integration**: Designed to work with GitHub Projects workflows.
- **Custom commit convention**: Uses a modified version of Conventional Commits tailored for this template.
- **Custom commit convention**: Uses a modified version of Conventional Commits tailored for this template. See [Conventional Commits Guide](docs/CONVENTIONAL_COMMITS.md) for details.

---

Expand All @@ -57,6 +57,7 @@ This template includes the essential documents and configurations required for r
- **LICENSE**: License information
- **agents.md**: Defines project roles and responsibilities
- **docs/**
- **CONVENTIONAL_COMMITS.md**: Comprehensive guide for commit conventions
- **project-board.md**: Guide for GitHub Projects workflow
- **.github/**
- **ISSUE_TEMPLATE/**: GitHub Issue templates
Expand Down
Loading