Skip to content

GDSC-DGU/gdsc-dgu

Repository files navigation

gdsc-dgu

Hits

👋 introduce team member

Front-End

name Email ✨Date
서희찬 [email protected] 2024.03.11
정은지 [email protected] 2024.03.13
심서현 [email protected] 2024.03.13
이도형 [email protected] 2024.03.13
황현정 [email protected] 2024.03.13
이나경 [email protected] 2024.03.14

🎯 Branch Convention

feture/컴포넌트 or 페이지 or 기능 fix/컴포넌트 or 페이지 or 기능 design/컴포넌트 or 페이지 or 기능

🎯 Commit Convention

  • ✨ Feat: A new feature or enhancement
  • 🐛 Fix: A bug fix
  • 📝 Docs: Documentation changes
  • 🎨 Style: Code style changes (formatting, missing semi colons, etc)
  • ♻️ Refactor: Code refactoring
  • ✅ Test: Adding or modifying tests
  • 🚀 Deploy: Deploying stuff
  • 🔧 Chore: Other changes that don't modify src or test files
  • ⚙️ Settings: Changing configuration files