Git Product home page Git Product logo

todoary-server's Introduction

Todoary-Server

Todoary GitHub flow

GitHub flow

  • Develop : 최종 런칭 버전을 개발하는 메인 브렌치

    → Feature브랜치에서 개발한 내용을 머지합니다.
    
    → 머지를 하기 위해서는 팀원 1명의 승인이 필요합니다.
    
    → PR 코드 리뷰 필수 입니다. 
    
  • Feature : 기능을 개발하는 브랜치 (ex : Feature-Login)

  • Bugfix : 최종 런칭 버전개발 과정에서 발생한 버그를 수정하는 브렌치

  • Release : 제품으로 출시될 수 있는 브랜치

  • Hotfix : 출시 버전에서 발생한 버그를 수정 하는 브랜치


Todoary commit 컨벤션

[commit type] : subject
v
[commit message]

commit type

  • feat - 새 기능 구현 (ex : [feat] : Add_ local_login&social_login)

  • fix - 에러 수정 (ex : [fix] : local_login_errorfix)

  • style - 코드 변경이 없는 경우, 코드 포멧팅

  • refactor - 코드 리펙토링

  • rename - 파일, 폴더명만 수정하거나 이동하는 작업

  • test - 테스트 관련 작업

Subject

  • 50자를 넘기지 않고 대문자로 작성
  • 과거시제를 사용하지 않고 명령어로 작성 (ex : Fixed → Fix, Added → Add)

commit message

  • 커밋에서 작업한 내용을 간략하게 설명합니다.
  • 선택사항이기 때문에 모든 커밋에 작성할 필요는 없습니다.
  • 제목과 구분되도록 한칸 띄워 작성합니다.
ex) 

[Feat] : Add_ local_login&social_login
v
소셜로그인 이메일 중복확인 API 개발
로컬로그인 아이디, 비밀번호 저장 개발

todoary-server's People

Contributors

melonturtle avatar 60jong avatar juwonleee avatar tkddls23 avatar

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.