2021-babble

🌎 관심사 기반 빠른 게임 팀 매칭 서비스, Babble

Stars
53

Babble

1. Introduction

   .
     ,    .

2. About Us

About Us

Back-End Back-End Back-End Back-End Front-End Front-End
() () () () () ()

3. Infra Structure

4. Tech Stacks

5. Conventions

Commit Message Format

Angular JS Git Commit Message Conventions

  • feat:
  • fix:
  • refactor:
  • css: CSS
  • style:
  • docs: Document
  • test: Test Code commit
  • build: ( scope: gulp, broccoli, npm)
  • perf:
  • ci: CI ( scope: Circle, BrowserStack, SauceLabs)
  • chore:
  • Commit Message
  • Angular JS Git Commit Message Conventions , Scope

Issue

  • Task Issue

Pull Request

  • Issue Task , Pull Request Review , develop merge

Branch Strategy

main

  • (develop  merge  )
    

develop

  • feature merge . commit

feature

    • develop , develop
    • feature/
      ex) feature/new-feature

realease

  • , QA
  • develop merge .

hotfix

    •  ,    main, develop  merge
      
    • hotfix/
      ex) hotfix/bugs