sbslc2000 / slam-talk-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slam-talk-BackEnd

πŸ“Œ 브랜치 μ „λž΅

main ↔ develop ↔ feature
  • main : μ½”λ“œλ¦¬λ·° λλ‚œ μ½”λ“œλ§Œ, μŠ€ν”„λ¦°νŠΈ λ§ˆμ§€λ§‰

  • develop : λͺ¨λ“  개발 λ³€κ²½ 사항 μ €μž₯ (배포 μ „)

  • feature : κΈ°λŠ₯별 브런치 생성

    • 개발 μ‹œ : ex) feature/이슈번호-chatting
    • 개인 레포 개발 μ™„λ£Œ ν›„
      • pull request feature/123-chatting β†’ develop
  • πŸ₯ 브랜치λͺ… μ˜ˆμ‹œ

    feature/123-chatting
    style/
    fix/
    hotfix/

πŸ“Œ github repository 개발 μˆœμ„œ

  1. κΉƒν—ˆλΈŒ slam-talk-frontend 리포지토리λ₯Ό clone
  2. κΈ°λŠ₯ λͺ…μ„Έμ„œμ— ν•΄λ‹Ήν•˜λŠ” κΈ°λŠ₯ 이슈 생성
  3. λ‚΄κ°€ κ°œλ°œν•  κΈ°λŠ₯에 ν•΄λ‹Ήν•˜λŠ” 브랜치 생성
    • feature/이슈번호-terminal
    • feature/이슈번호-filetree
  4. 개발 ν›„ pull request - Slam Talk frontend repository develop
  5. μ½”λ“œλ¦¬λ·° πŸ‘€βœ¨
    • 24μ‹œκ°„ μ•ˆμ— ν™•μΈν•˜κΈ°
    • ν•œ λͺ… 이상이 ν™•μΈν•˜λ©΄ merge κ°€λŠ₯
    • μš”μ²­μ‹œ λͺ¨μ—¬μ„œ μ½”λ“œλ¦¬λ·°
  6. develop λΈŒλžœμΉ˜μ— merge
  7. 본인 리포지토리 development branch β†’ pull

🚨 주의 사항

  • 이슈 λ‹¨μœ„λ‘œ PR!!!
  • μ΅œμ†Œ 3일에 ν•œλ²ˆμ€ pull request + μ½”λ“œλ¦¬λ·° ν•˜κΈ°

πŸ“Œ 컀밋 λ©”μ‹œμ§€ κ·œμΉ™

πŸ₯ μ˜ˆμ‹œ

feat: some new feature
feat: some other feature
docs: some docs update
feat: some different feature

feat: μƒˆλ‘œμš΄ κΈ°λŠ₯(A new feature)

fix: λ²„κ·Έ κ³ μΉ¨(A bug fix) βœ… ν•œ 쀄 μˆ˜μ •λ„ ν•΄λ‹Ή

refactor: λ²„κ·Έλ₯Ό κ³ μΉ˜κ±°λ‚˜ κΈ°λŠ₯을 μΆ”κ°€ν•˜μ§€ μ•Šμ€ μ½”λ“œ λ³€ν™” (A code change that neither fixes a bug nor adds a feature)

style: UIκ΄€λ ¨, CSS, μŠ€νƒ€μΌλ§Œ μˆ˜μ • μ‹œ

build: λΉŒλ“œ μ‹œμŠ€ν…œμ΄λ‚˜ μ™ΈλΆ€ μ˜μ‘΄μ„±μ— 영ν–₯을 μ£ΌλŠ” λ³€ν™” (Changes that affect the build system or external dependencsies/ example scopes: gulp, broccoli, npm)

docs: λ¬Έμ„œμ—λ§Œ λ³€ν™”κ°€ 있음(Documentation only changes) βœ… λ¦¬λ“œλ―Έ μˆ˜μ • μ‹œ docs

ci: CI ν™˜κ²½ μ„€μ • νŒŒμΌμ΄λ‚˜ 슀크립트의 λ³€ν™” (Changes to our CI configuration files and scripts/ example: CircleCi, SauceLabs)

test: λΉ μ§„ ν…ŒμŠ€νŠΈ μΆ”κ°€ ν˜Ήμ€ μ‘΄μž¬ν•˜λŠ” ν…ŒμŠ€νŠΈ κ³ μΉ¨ (Adding missing tests or correcting exisiting tests)

install: ν™˜κ²½ μ„€μ • μ‹œ (installμ‹œ)

About


Languages

Language:Java 100.0%Language:Dockerfile 0.0%