Giter Club home page Giter Club logo

frontend's Introduction

Frontend

규칙


-브랜치는 제품 백로그 단위로 생성한다

  • 브랜치를 생성하기전 제품 백로그 단위로 issue를 생성하여 스프린트 백로그를 정리한다.
  • 스프린트 백로그는 pull request를 통해 생성한다.
  • commit 할때 Commit Message Rule 을 지켜준다.

Commit Message Rule

- feat : 새로운 기능 추가
- update : 버전 등 업데이트
- fix : 수정
- bug : 버그 수정
- docs : 문서
- style : 코드 스타일 혹은 포맷 등에 관한 커밋
- refactor : 코드 리펙토링
- test : 테스트 코드 수정

Pull Request Rule

  • 브랜치의 이름은 feature/제품 백로그 단위로 설정한다.
    ex) feature/login
  • pull request의 경우에는 스프린트 백로그를 기준으로 생성하고 제목은 브랜치명/이슈 제목으로 한다.
    ex) feature/login 로그인 유효성 검사
  • Merge Request의 경우 내용을 resolve: #{이슈번호} 로 한다. ( 같이 closed 하기 위해 )

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.