Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 948 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 948 Bytes

훈민정음(Hunmin Talk)

당신의 건강한 언어습관을 위한 맞춤법 검사 메신저 ✨

📚 Project

📗 Architecture

훈민정음 톡 아키텍쳐

📙 Database

훈민정음 톡 데이터베이트

💻 Developers

Team : 1박2이

✏️ Naming Rule

issue naming rule

  • <tag>:<title>
  • tag
    • DEV(develop)
    • DES(design)
    • INF(information)
  • ex) DEV:Project Setup

branch naming rule

  • master : 완성된 프로젝트
  • dev : 개발 중인 프로젝트
  • HM<issue number>_<summary>
    • ex) HM133_fix_chatting_error

pull request naming rule

  • HM<issue number>: summary
  • HM133: fix chatting error