Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 322 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 322 Bytes

⏰ 발표몇분? : 시간 맞춤형 발표 도우미

( 구름톤 유니브 2기 )


✅ Commit Convention

Message Structure

[#이슈번호] 내용

🧱 Branch Strategy

  • Git flow
    • main
      • 배포 target
    • Feat/이슈번호
      • 예시: Feat/#1
    • Fix/이슈번호
      • 예시: Fix/#2