Coder Social home page Coder Social logo

blog's Introduction

Git branch 전략


브랜치 역할 규칙
main 운영 환경
dev 개발 환경 최신 main 브랜치에서 만든다. main 브랜치에 머지하면 최신 코드를 유지 한다.
feat/14/기능 신규 기능 개발 - 최신 dev 브랜치에서 만든다.
  • dev 브랜치에서 머지하면 삭제한다.
  • issue 번호로 브랜치를 생성한다. | | fix/15/기능 | 개발 환경 버그 수정 | - 최신 dev 브랜치에서 만든다.
  • dev 브랜치에서 머지하면 삭제한다.
  • issue 번호로 브랜치를 생성한다. |
  • 네이밍 규칙
    • EX) fix/10/login

Allowed

  • feat (feature)
  • fix (bug fix)
  • docs (documentation)
  • style (formatting, missing semi colons, …)
  • refactor
  • test (when adding missing tests)
  • chore (maintain)

blog's People

Contributors

soosue avatar monkeydugi avatar hiro032 avatar

Watchers

James Cloos avatar  avatar

blog's Issues

회원가입 구현하기

인수 조건에서 회원 정보 관리 feature에서 회원 가입 인수 조건을 구현한다.

REAME에서 사용할 이미지 모음

  • 마일스톤과 이슈 작성법

스크린샷 2022-03-24 오후 1 22 51

  • 개발 프로세스 정리(마일스톤 작성법)

스크린샷 2022-03-24 오후 1 24 59

  • 개발 프로세스 정리(마일스톤에 이슈 작성법)

스크린샷 2022-03-24 오후 1 25 29

  • 개발 프로세스 정리(PR 방법)

스크린샷 2022-03-24 오후 1 26 16

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.