Giter Site home page Giter Site logo

baseball-07's Introduction

baseball-07

온라인 야구게임 - 7팀


Daily Scrum

  • 매일 오전 11시 스크럼하고, 스크럼 이후에 Wiki에 작성한다.
  • 어제 한 일, 오늘 할 일, 컨디션 공유
  • 프로젝트 디렉토리를 FE, BE, iOS로 구분한다.

Branch Rule

  • master: 배포 브랜치
  • dev: 디폴트 브랜치
  • 작업을 시작할 때: 자신의 클래스 개발 브랜치에서 feature-<클래스>/issue-<이슈번호>로 브랜치 생성
    • feature-BE/issue-XXX : 백엔드 피쳐 개발 브랜치
    • feature-FE/issue-XXX : 프론트엔드 피쳐 개발 브랜치
    • feature-iOS/issue-XXX : 모바일 iOS 피쳐 개발 브랜치
  • PR 메시지에 Closed #n 등을 포함시켜 이슈를 닫는다.
  • 머지를 완료했으면 기능(feature)브랜치는 github과 local git에 모두 삭제한다.

Commit Message Rules

[#이슈번호] 타입 :이모지: 설명
ex) [#1] feat :rocket: 기능 추가
타입 이모지 설명
feat 🚀 :rocket: 새로운 기능 추가
fix 📌 :pushpin: 버그 수정
docs 📄 :page_facing_up: 문서 수정
refactor ♻️ :recycle: 코드 리팩토링
style 🎨 :art: 코드 포맷팅 (코드 변경이 없는 경우)
test 🏁 :checkered_flag: 테스트 코드 작성
chore :sparkles: 소스 코드를 건들지 않는 작업(빌드 업무 수정)

Issue 및 Pull Request 네이밍 규칙

  • Issue 네이밍: [클래스] 제목
  • Pull Request 네이밍: [클래스] 제목

Wiki Contents

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.